Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/include/popt_common.h

    r414 r745  
    3030extern struct poptOption popt_common_credentials[];
    3131extern struct poptOption popt_common_debuglevel[];
     32extern struct poptOption popt_common_option[];
    3233extern const struct poptOption popt_common_dynconfig[];
    3334
     
    4546    "Build-time configuration overrides:", NULL },
    4647#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 },
    4749
    4850struct user_auth_info {
     
    5961};
    6062
     63void popt_common_set_auth_info(struct user_auth_info *auth_info);
     64
    6165#endif /* _POPT_COMMON_H */
Note: See TracChangeset for help on using the changeset viewer.