X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=da75d86bdf191b130d02da12f49172ac5e0482d7;hp=1852dd50962b78a72d270bb1d20e61eb0d9911c4;hb=3685a9093ae12ff9ce02fc58e607eb9b63894443;hpb=767a4a54c967bc4b80bd14d02e89fe91acd848dd diff --git a/server.h b/server.h index 1852dd50..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. */ @@ -113,6 +109,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);