summaryrefslogtreecommitdiffstats
path: root/UsersTable.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-08 14:28:34 +0200
committercgzones <cgzones@googlemail.com>2020-09-18 12:28:40 +0200
commitc3952e7c20a3108c2f16aa579f8062dfc2163bd8 (patch)
tree161c8de1766dc15e97cd2705d638719bd2202af7 /UsersTable.h
parent7107d1db0b3361a3e880d903a45920b64a05e9d6 (diff)
Use strict function prototypes
int foo(); declares a function taking any number of arguments.
Diffstat (limited to 'UsersTable.h')
-rw-r--r--UsersTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UsersTable.h b/UsersTable.h
index fb3eaedd..327bc087 100644
--- a/UsersTable.h
+++ b/UsersTable.h
@@ -13,7 +13,7 @@ typedef struct UsersTable_ {
Hashtable* users;
} UsersTable;
-UsersTable* UsersTable_new();
+UsersTable* UsersTable_new(void);
void UsersTable_delete(UsersTable* this);

© 2014-2024 Faster IT GmbH | imprint | privacy policy