Merge branch 'refs/heads/t/ff'
[paraslash.git] / server.h
index 69d27054a82fa0347fb8774053711fca77605325..da75d86bdf191b130d02da12f49172ac5e0482d7 100644 (file)
--- 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. */
@@ -117,3 +113,4 @@ 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);