X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.h;h=d56da7eb0db8d74c78e139484653e84e51ba684e;hb=8f69a1302a52163c61142531c4a6944510c3ec12;hp=1852dd50962b78a72d270bb1d20e61eb0d9911c4;hpb=767a4a54c967bc4b80bd14d02e89fe91acd848dd;p=paraslash.git diff --git a/server.h b/server.h index 1852dd50..d56da7eb 100644 --- a/server.h +++ b/server.h @@ -113,6 +113,8 @@ extern struct lls_parse_result *server_lpr; #define ENUM_STRING_VAL(_name) (lls_enum_string_val(OPT_UINT32_VAL(_name), \ lls_opt(LSG_SERVER_PARA_SERVER_OPT_ ## _name, CMD_PTR))) -__noreturn void handle_connect(int fd); +int handle_connect(int fd); void parse_config_or_die(bool reload); char *server_get_tasks(void); +bool process_is_command_handler(void); +void free_lpr(void);