aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp/ftp/ftp_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/gssftp/ftp/ftp_var.h')
-rw-r--r--src/appl/gssftp/ftp/ftp_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/gssftp/ftp/ftp_var.h b/src/appl/gssftp/ftp/ftp_var.h
index 4448448..9baa047 100644
--- a/src/appl/gssftp/ftp/ftp_var.h
+++ b/src/appl/gssftp/ftp/ftp_var.h
@@ -249,7 +249,7 @@ void setpassive (void);
/* ftp.c */
void sendrequest (char *, char *, char *, int);
-void recvrequest (char *, char *volatile, char *, char *, int);
+void recvrequest (char *, char *volatile, char *, char *, int, int);
int login (char *);
void setpbsz (unsigned int);
void pswitch (int);