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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h
index 5f900d320e..fa830a9b46 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -10,6 +10,11 @@
#ifndef __LOG_H
+/**
+ * \file log.h
+ * \brief Headers for log.c
+ */
+
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#define LOG_WARN LOG_WARNING