]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - user_list.c
kill STRINGSIZE macro
[paraslash.git] / user_list.c
index c3b10b1e1d8ca8a915b92a7b4f3080500233210a..b7d739c130fc08d5d69c159be3c46d927f894df2 100644 (file)
@@ -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;