]> git.sesse.net Git - betaftpd/blobdiff - ftpd.h
(Hopefully) fixed a bug that prevented uploading from working properly (thanks to...
[betaftpd] / ftpd.h
diff --git a/ftpd.h b/ftpd.h
index 3110b10dd853f6fa2cb245a616246534ac2ca240..5ccd11fc39c2af2dc7777e13437a6a2f0cb2f7c1 100644 (file)
--- a/ftpd.h
+++ b/ftpd.h
@@ -184,6 +184,8 @@ void del_fd(const int fd);
 void destroy_conn(struct conn * const c);
 void destroy_ftran(struct ftran * const f);
 
+void finish_transfer(struct ftran * const f);
+
 #if HAVE_POLL
 int process_all_clients(const int num_ac);
 int process_all_sendfiles(const int num_ac);