diff options
Diffstat (limited to 'src/config/sysinfo-get.h')
-rw-r--r-- | src/config/sysinfo-get.h | 6 |
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 |