summaryrefslogtreecommitdiffstats
path: root/UsersTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'UsersTable.h')
-rw-r--r--UsersTable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/UsersTable.h b/UsersTable.h
index 7f6740eb..b0d06fc3 100644
--- a/UsersTable.h
+++ b/UsersTable.h
@@ -30,8 +30,8 @@ void UsersTable_delete(UsersTable* this);
char* UsersTable_getRef(UsersTable* this, unsigned int uid);
-inline int UsersTable_size(UsersTable* this);
+extern int UsersTable_size(UsersTable* this);
-inline void UsersTable_foreach(UsersTable* this, Hashtable_PairFunction f, void* userData);
+extern void UsersTable_foreach(UsersTable* this, Hashtable_PairFunction f, void* userData);
#endif