From: Andre Noll Date: Sat, 9 Feb 2008 18:07:02 +0000 (+0100) Subject: user_list.c: Fix documentation of populate_user_list(). X-Git-Tag: v0.3.1~34 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=eb506f75b6c41a37bb3fe3915700f9eafbea6e05;hp=f561c29b3a3900643228f09887af11c982c89cc7 user_list.c: Fix documentation of populate_user_list(). --- diff --git a/user_list.c b/user_list.c index 4f63f635..8648f10b 100644 --- a/user_list.c +++ b/user_list.c @@ -19,9 +19,10 @@ static struct list_head user_list; /* - * lookup user in user list file. Fills in a user struct containing - * filename of the user's public key as well as the permissions of that user. - * Returns 1 on success, 0 if user does not exist and < 0 on errors. + * Fill the list of users known to para_server. + * + * Populates a linked list of all users in \a user_list_file. Returns on + * success, calls exit() on errors. */ static void populate_user_list(char *user_list_file) {