X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=69d27054a82fa0347fb8774053711fca77605325;hp=fb92beff81218b9554cb4339a4e1105cfaf2d151;hb=ac4e01ba1a2f302bf31dd511a7aff8da78660b15;hpb=17c140cc24838c2b7049e2b4c17621f4284d53dc diff --git a/server.h b/server.h index fb92beff..69d27054 100644 --- a/server.h +++ b/server.h @@ -116,3 +116,4 @@ extern struct lls_parse_result *server_lpr; int handle_connect(int fd); void parse_config_or_die(bool reload); char *server_get_tasks(void); +bool process_is_command_handler(void);