summaryrefslogtreecommitdiffstats
path: root/UsersTable.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2007-08-10 05:59:36 +0000
committerHisham Muhammad <hisham@gobolinux.org>2007-08-10 05:59:36 +0000
commite685bdeea080160684faaf17169faac0e614dfc7 (patch)
treee913033ecda16bbee3fbc3f659e61e59806b1f1f /UsersTable.h
parent4c51ad0e3549a12215c98e8fa011557fc6889b65 (diff)
Fix GCC 4.3 issues: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416852
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

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