server: Rename functions related to user lists.
[paraslash.git] / user_list.h
index e4fbd46656e289c2f7f27fd9240749ad00d766a6..3ef62170aa722fc38f9accb4d0dba6ff268dc485 100644 (file)
@@ -32,5 +32,5 @@ struct user {
        unsigned int perms;
 };
 
-void init_user_list(char *user_list_file);
-const struct user *lookup_user(const char *name);
+void user_list_init(char *user_list_file);
+const struct user *user_list_lookup(const char *name);