X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=ftpd.h;h=5ccd11fc39c2af2dc7777e13437a6a2f0cb2f7c1;hb=c8355f665c61d3d760265bb24e09a49dfeb9670b;hp=3110b10dd853f6fa2cb245a616246534ac2ca240;hpb=66307dc43142bd5233b2af5dfe0eaf190657bc24;p=betaftpd diff --git a/ftpd.h b/ftpd.h index 3110b10..5ccd11f 100644 --- 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);