X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5deb19e4ea1c04cac93f39d60a3a8f891a6fff74..25082d1ef6712a15c52a1dacb36b7f0642c23ac8:/popt/popt.h diff --git a/popt/popt.h b/popt/popt.h index 4f85d9e3..8d85f731 100644 --- a/popt/popt.h +++ b/popt/popt.h @@ -82,6 +82,7 @@ /*@{*/ #define POPT_ERROR_NOARG -10 /*!< missing argument */ #define POPT_ERROR_BADOPT -11 /*!< unknown option */ +#define POPT_ERROR_UNWANTEDARG -12 /*!< option does not take an argument */ #define POPT_ERROR_OPTSTOODEEP -13 /*!< aliases nested too deeply */ #define POPT_ERROR_BADQUOTE -15 /*!< error in paramter quoting */ #define POPT_ERROR_ERRNO -16 /*!< errno set, use strerror(errno) */