X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=da75d86bdf191b130d02da12f49172ac5e0482d7;hp=fb92beff81218b9554cb4339a4e1105cfaf2d151;hb=f3959d173a03f65b779885eb77fd55d3c06b8c90;hpb=17c140cc24838c2b7049e2b4c17621f4284d53dc diff --git a/server.h b/server.h index fb92beff..da75d86b 100644 --- a/server.h +++ b/server.h @@ -5,10 +5,6 @@ /** Size of the selector_info and audio_file info strings of struct misc_meta_data. */ #define MMD_INFO_SIZE 16384 -/** The maximum length of the host component in an URL */ -#define MAX_HOSTLEN 256 - - /** Arguments for the sender command. */ struct sender_command_data { /** Greater than zero indicates that a sender cmd is already queued. */ @@ -116,3 +112,5 @@ 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); +void free_lpr(void);