aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-10-23 18:07:18 +0200
committertoni <matzeton@googlemail.com>2016-10-23 18:07:18 +0200
commit9e2ec145be20a5ba54ed8ce92bceb1b8eca86ee4 (patch)
tree8377ca83f72566c78dead7cee4c0113fbeb59c32 /src/utils.h
parent8fbadac6c72c461a639443ebade00372b8402402 (diff)
added uname feature
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index ffde45d..cb1aaf4 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -12,4 +12,9 @@ int
utGetDomainInfo(char **szDefDomain, char **szDefServer);
#endif
+#ifdef HAVE_UNAME
+int
+utGetUnameInfo(char **sysop, char **sysrelease, char **sysmachine);
+#endif
+
#endif