X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=user_list.c;h=8648f10b049679046e5812677e34f5c2b9e06132;hp=4f63f635846a7268276bddad83f931380e89dfe7;hb=eb506f75b6c41a37bb3fe3915700f9eafbea6e05;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde 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) {