remove unused exptab field of struct fft_complex.
[paraslash.git] / send.h
diff --git a/send.h b/send.h
index 7087c266e2e5278e1893df0f3fec2d3ee08d57a9..d3be46f07ac756ed270f4908ad3ecf0007025c4f 100644 (file)
--- a/send.h
+++ b/send.h
@@ -131,7 +131,7 @@ void send_chunk(struct sender_client *sc, struct sender_status *ss,
                size_t header_len);
 void init_sender_status(struct sender_status *ss, char **access_arg, int num_access_args,
        int port, int max_clients, int default_deny);
-char *get_sender_info(struct sender_status *ss, char *name);
+char *get_sender_info(struct sender_status *ss, const char *name);
 
 void generic_com_allow(struct sender_command_data *scd,
                struct sender_status *ss);