X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=user_list.c;h=b7d739c130fc08d5d69c159be3c46d927f894df2;hp=c3b10b1e1d8ca8a915b92a7b4f3080500233210a;hb=48107fb4b9ad286edc38bc336a8703eea7048f88;hpb=55ff877a8bf6500cd044c5bd1a71966d341668d9 diff --git a/user_list.c b/user_list.c index c3b10b1e..b7d739c1 100644 --- a/user_list.c +++ b/user_list.c @@ -93,6 +93,14 @@ out: exit(EXIT_FAILURE); } +/** + * initialize the list of users allowed to connecto to para_server + * + * \param user_list_file the file containing access information + * + * If this function is called a second time, the contents of the + * previous call are discarded. + */ void init_user_list(char *user_list_file) { struct user *u, *tmp;