summaryrefslogtreecommitdiff
path: root/src/htsftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsftp.h')
-rw-r--r--src/htsftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsftp.h b/src/htsftp.h
index de2a9c5..ef6fca7 100644
--- a/src/htsftp.h
+++ b/src/htsftp.h
@@ -68,7 +68,7 @@ int back_launch_ftp(FTPDownloadStruct * params);
#endif
int run_launch_ftp(FTPDownloadStruct * params);
-int send_line(T_SOC soc, char *data);
+int send_line(T_SOC soc, const char *data);
int get_ftp_line(T_SOC soc, char *line, size_t line_size, int timeout);
T_SOC get_datasocket(char *to_send, size_t to_send_size);
int stop_ftp(lien_back * back);