aboutsummaryrefslogtreecommitdiff
path: root/include/version.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2011-05-03 10:10:59 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2011-05-03 10:10:59 -0400
commitff108a1414736fe057b4eada10f4a8c3dc32ac39 (patch)
tree942d28cad437dd20bf29cb60ad58ad4949b87c96 /include/version.h
parent91af8f14863a516ff9aa80b703d8a34583e6e107 (diff)
parent4957bf13b26a403271c9838a9b74b9f61682fa8e (diff)
downloadduser-ff108a1414736fe057b4eada10f4a8c3dc32ac39.tar.gz
Merge pull request #5 from extrarius/master.
Various code clean ups to solve potential problems
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h
index 52763c1..ddbf2b7 100644
--- a/include/version.h
+++ b/include/version.h
@@ -5,5 +5,5 @@
#define VER_MINOR "0"
#define VER_OTH " "
-void version();
+void version(void);
#endif