X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmds.h;h=659524da7c14ef72ca005cc76ba0cb7c57d0d21f;hb=f0c7394d9bdae7e980847003f2da6dcc3d2ad96c;hp=88b04d19fc6e6b5fd63a69d87ec16d97eb898f47;hpb=dbb6799580c29ff7a1cc193f6d8ca3711579a81f;p=betaftpd diff --git a/cmds.h b/cmds.h index 88b04d1..659524d 100644 --- a/cmds.h +++ b/cmds.h @@ -15,6 +15,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _CMDS_H +#define _CMDS_H 1 + +#include + /* * 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