summaryrefslogtreecommitdiffstats
path: root/UsersTable.h
diff options
context:
space:
mode:
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 54b997dc..7f6740eb 100644
--- a/UsersTable.h
+++ b/UsersTable.h
@@ -28,7 +28,7 @@ UsersTable* UsersTable_new();
void UsersTable_delete(UsersTable* this);
-char* UsersTable_getRef(UsersTable* this, int uid);
+char* UsersTable_getRef(UsersTable* this, unsigned int uid);
inline int UsersTable_size(UsersTable* this);