summaryrefslogtreecommitdiff
path: root/smsd/log.h
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2010-12-27 10:19:03 +0100
committerMichal Čihař <michal@cihar.com>2010-12-27 10:19:03 +0100
commit2114cf03831e54c9777c31eb3ad19257b9fa128c (patch)
tree579e492d36a21d74b1327452d0d3eb9b1bdaa5cd /smsd/log.h
parent5f35e65ee7f7db4d8f9ef21ce126f4ff314ef5ae (diff)
Imported Upstream version 1.28.94
Diffstat (limited to 'smsd/log.h')
-rw-r--r--smsd/log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/smsd/log.h b/smsd/log.h
index c71a76d..3d0c7dd 100644
--- a/smsd/log.h
+++ b/smsd/log.h
@@ -1,5 +1,8 @@
/* (c) 2002-2004 by Marcin Wiacek and Joergen Thomsen */
+#ifndef __log_h_
+#define __log_h_
+
#include <gammu-smsd.h>
/**
@@ -18,6 +21,8 @@ void SMSD_Log(int level, GSM_SMSDConfig *Config, const char *format, ...);
*/
void SMSD_LogErrno(GSM_SMSDConfig *Config, const char *message);
+#endif
+
/* How should editor hadle tabs in this file? Add editor commands here.
* vim: noexpandtab sw=8 ts=8 sts=8:
*/