--- tftpd/inc/defs.h 2014/02/14 15:38:37 1.1 +++ tftpd/inc/defs.h 2014/02/18 12:46:39 1.2 @@ -21,6 +21,7 @@ struct tagCli { char file[PATH_MAX]; char mode[10]; short close; + short opts; };