]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.c
Add some missing source code documentation.
[paraslash.git] / server.c
index 436e72af9c7c5b86eadb217d194fb44cf74db5ed..2c2f31c1d08b0d84bb8d8bc44649bf827b5cbfd9 100644 (file)
--- a/server.c
+++ b/server.c
@@ -198,6 +198,14 @@ err_out:
        exit(EXIT_FAILURE);
 }
 
+/**
+ * (Re-)read the server configuration files.
+ *
+ * \param override Passed to gengetopt to activate the override feature.
+ *
+ * This function also re-opens the logfile and sets the global \a
+ * user_list_file variable.
+ */
 void parse_config_or_die(int override)
 {
        char *home = para_homedir();