Changeset 235 for branches/samba-3.2.x/source/popt/popt.h
- Timestamp:
- May 27, 2009, 12:08:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/popt/popt.h
r133 r235 84 84 #define POPT_ERROR_BADOPT -11 /*!< unknown option */ 85 85 #define POPT_ERROR_OPTSTOODEEP -13 /*!< aliases nested too deeply */ 86 #define POPT_ERROR_BADQUOTE -15 /*!< error in param ter quoting */86 #define POPT_ERROR_BADQUOTE -15 /*!< error in parameter quoting */ 87 87 #define POPT_ERROR_ERRNO -16 /*!< errno set, use strerror(errno) */ 88 88 #define POPT_ERROR_BADNUMBER -17 /*!< invalid numeric value */
Note:
See TracChangeset
for help on using the changeset viewer.