summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/log_backend_stdout.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/src/log_backend_stdout.h')
-rw-r--r--other/bootstrap_daemon/src/log_backend_stdout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/other/bootstrap_daemon/src/log_backend_stdout.h b/other/bootstrap_daemon/src/log_backend_stdout.h
index d24b5bf5..3ebcd069 100644
--- a/other/bootstrap_daemon/src/log_backend_stdout.h
+++ b/other/bootstrap_daemon/src/log_backend_stdout.h
@@ -22,8 +22,8 @@
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 23 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
24 */ 24 */
25#ifndef LOG_STDOUT_H 25#ifndef C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_LOG_BACKEND_STDOUT_H
26#define LOG_STDOUT_H 26#define C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_LOG_BACKEND_STDOUT_H
27 27
28#include "log.h" 28#include "log.h"
29 29
@@ -31,4 +31,4 @@
31 31
32void log_backend_stdout_write(LOG_LEVEL level, const char *format, va_list args) GNU_PRINTF(2, 0); 32void log_backend_stdout_write(LOG_LEVEL level, const char *format, va_list args) GNU_PRINTF(2, 0);
33 33
34#endif // LOG_BACKEND_STDOUT_H 34#endif // C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_LOG_BACKEND_STDOUT_H