--- ansh/inc/defs.h 2011/10/04 22:37:46 1.1.1.1 +++ ansh/inc/defs.h 2011/10/07 13:41:26 1.1.1.1.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: defs.h,v 1.1.1.1 2011/10/04 22:37:46 misho Exp $ + * $Id: defs.h,v 1.1.1.1.2.1 2011/10/07 13:41:26 misho Exp $ * *************************************************************************/ #ifndef __DEFS_H @@ -53,7 +53,8 @@ typedef SLIST_HEAD(, tagProc) proc_head_t; extern intptr_t Kill; -extern int Timeout, Verbose, Crypted; +extern int Timeout, Verbose; +extern u_int Crypted; #endif