Changeset 745 for trunk/server/source3/include/popt_common.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/include/popt_common.h
r414 r745 30 30 extern struct poptOption popt_common_credentials[]; 31 31 extern struct poptOption popt_common_debuglevel[]; 32 extern struct poptOption popt_common_option[]; 32 33 extern const struct poptOption popt_common_dynconfig[]; 33 34 … … 45 46 "Build-time configuration overrides:", NULL }, 46 47 #define POPT_COMMON_DEBUGLEVEL { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_debuglevel, 0, "Common samba debugging:", NULL }, 48 #define POPT_COMMON_OPTION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_option, 0, "Common samba commandline config:", NULL }, 47 49 48 50 struct user_auth_info { … … 59 61 }; 60 62 63 void popt_common_set_auth_info(struct user_auth_info *auth_info); 64 61 65 #endif /* _POPT_COMMON_H */
Note:
See TracChangeset
for help on using the changeset viewer.