aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 0a1b37f..0acee7f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -42,6 +42,11 @@
+#define X(A) extern const char* A;
+ LIST_ARGUMENTS
+#undef X
+
+
static inline const char* first_digit(const char* str)
{
for (; str && *str; str++)
@@ -82,3 +87,6 @@ static inline const char* get_hostaddress(const char* hostname)
return rc;
}
+
+int do_log(void);
+