Changeset 224 for branches/samba-3.3.x/source/popt/popt.h
- Timestamp:
- May 24, 2009, 7:55:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/popt/popt.h
r206 r224 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.