--- ansh/src/ansh3.c 2011/10/13 16:08:52 1.1.1.1.2.4 +++ ansh/src/ansh3.c 2011/10/14 07:47:21 1.1.1.1.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: ansh3.c,v 1.1.1.1.2.4 2011/10/13 16:08:52 misho Exp $ + * $Id: ansh3.c,v 1.1.1.1.2.5 2011/10/14 07:47:21 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -47,7 +47,8 @@ SUCH DAMAGE. #include "ansh.h" -int Timeout, Verbose, Kill; +intptr_t Kill; +int Timeout, Verbose; u_int Crypted; extern char compiled[], compiledby[], compilehost[];