]> git.sesse.net Git - betaftpd/blobdiff - ftpd.h
Fixed a problem where the server might segfault if there was an error occuring while...
[betaftpd] / ftpd.h
diff --git a/ftpd.h b/ftpd.h
index 7a165dce05e7c5cb3182af297d406e323264c47f..835f4d72a0682c05d5b7086e29331ebf63ec3b81 100644 (file)
--- a/ftpd.h
+++ b/ftpd.h
@@ -76,6 +76,8 @@
 #undef WANT_DCACHE
 #endif
 
+extern char message_buf[];
+
 struct list_options {
        int recursive;
        int long_listing;
@@ -128,6 +130,7 @@ struct conn {
 #endif
 
        time_t last_transfer;
+       int free_me;
 };
 
 /* doubly linked list of file transfers */