summaryrefslogtreecommitdiffstats
path: root/src/config/sysinfo-get.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/sysinfo-get.h')
-rw-r--r--src/config/sysinfo-get.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/sysinfo-get.h b/src/config/sysinfo-get.h
new file mode 100644
index 0000000..0f319cb
--- /dev/null
+++ b/src/config/sysinfo-get.h
@@ -0,0 +1,6 @@
+#ifndef SYSINFO_GET_H
+#define SYSINFO_GET_H
+
+const char *sysinfo_get(const char *mail_location);
+
+#endif