summaryrefslogtreecommitdiff
path: root/src/htsftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsftp.h')
-rw-r--r--src/htsftp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htsftp.h b/src/htsftp.h
index d7e4bfb..c6e02b7 100644
--- a/src/htsftp.h
+++ b/src/htsftp.h
@@ -70,8 +70,8 @@ int back_launch_ftp(FTPDownloadStruct * params);
int run_launch_ftp(FTPDownloadStruct * params);
int send_line(T_SOC soc, char *data);
-int get_ftp_line(T_SOC soc, char *line, int timeout);
-T_SOC get_datasocket(char *to_send);
+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);
char *linejmp(char *line);
int check_socket(T_SOC soc);