--- tftpd/inc/defs.h 2014/02/20 00:07:19 1.1.1.1.4.1 +++ tftpd/inc/defs.h 2014/02/20 00:04:36 1.3 @@ -25,6 +25,7 @@ struct tagCli { char file[PATH_MAX]; char mode[10]; short close; + short opts; };