]> git.sesse.net Git - betaftpd/blobdiff - ftpd.h
Fixed a file transfer bug, where the initial "150 Opening connection (...)" message...
[betaftpd] / ftpd.h
diff --git a/ftpd.h b/ftpd.h
index 835f4d72a0682c05d5b7086e29331ebf63ec3b81..3d11bea8841e6554fdf66004c81ec5356fda1341 100644 (file)
--- a/ftpd.h
+++ b/ftpd.h
@@ -209,6 +209,7 @@ void time_out_sockets();
 
 void remove_bytes(struct conn * const c, const int i);
 void numeric(struct conn * const c, const int numeric, const char * const format, ...);
+void flush_numeric(struct conn * const c);
 void init_file_transfer(struct ftran * const f);
 int create_server_socket();