summaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h
index af17e2e2c2..f451599d00 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -113,6 +113,7 @@ void configure_libevent_logging(void);
void suppress_libevent_log_msg(const char *msg);
void change_callback_log_severity(int loglevelMin, int loglevelMax,
log_callback cb);
+void log_set_application_name(const char *name);
/* Outputs a message to stdout */
void _log(int severity, uint32_t domain, const char *format, ...)