--- tftpd/inc/defs.h 2014/02/21 15:58:30 1.5.2.1 +++ tftpd/inc/defs.h 2014/02/24 21:55:35 1.6.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.5.2.1 2014/02/21 15:58:30 misho Exp $ +* $Id: defs.h,v 1.6.2.1 2014/02/24 21:55:35 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -82,7 +82,8 @@ struct tagCli { extern struct timespec timeout; extern struct tagCli cli; extern cfg_root_t cfg; -extern ait_val_t *bufIO; +extern rpack_t *bf; +extern char RW; #endif