Changeset 740 for vendor/current/source4/param/loadparm.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/param/loadparm.h
r414 r740 30 30 /* the following are used by loadparm for option lists */ 31 31 typedef enum { 32 P_BOOL,P_INTEGER,P_OCTAL,P_BYTES,P_LIST,P_ STRING,P_USTRING,P_ENUM32 P_BOOL,P_INTEGER,P_OCTAL,P_BYTES,P_LIST,P_CMDLIST,P_STRING,P_USTRING,P_ENUM 33 33 } parm_type; 34 34
Note:
See TracChangeset
for help on using the changeset viewer.