From eb506f75b6c41a37bb3fe3915700f9eafbea6e05 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 9 Feb 2008 19:07:02 +0100 Subject: [PATCH] user_list.c: Fix documentation of populate_user_list(). --- user_list.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) { -- 2.30.2