]> git.sesse.net Git - betaftpd/blobdiff - cmds.h
Added a notice about a (not yet fixed) dcache bug.
[betaftpd] / cmds.h
diff --git a/cmds.h b/cmds.h
index 88b04d19fc6e6b5fd63a69d87ec16d97eb898f47..659524da7c14ef72ca005cc76ba0cb7c57d0d21f 100644 (file)
--- a/cmds.h
+++ b/cmds.h
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
 
+#ifndef _CMDS_H
+#define _CMDS_H 1
+
+#include <ftpd.h>
+
 /*
  * TRAP_ERROR: This is a quick way of doing a test for an error condition.
  *             if an error occurs (or more precisely, if the value supplied is
@@ -127,3 +132,5 @@ char *do_pwd(struct conn * const c, char * const retbuf, const char * const dir)
 #define POLLIN         0x001
 #define POLLOUT                0x004
 #endif
+
+#endif