mirror of
https://github.com/samba-team/samba.git
synced 2025-03-29 02:50:28 +03:00
lib/param: Rename param_enums.c to param_table.c
This is in preperation for the parameter table being merged into this file. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Jul 24 09:16:44 CEST 2012 on sn-devel-104
This commit is contained in:
parent
b94ab3c608
commit
280d1877fd
@ -105,7 +105,7 @@ static bool handle_debuglevel(struct loadparm_context *lp_ctx, int unused,
|
||||
static bool handle_logfile(struct loadparm_context *lp_ctx, int unused,
|
||||
const char *pszParmValue, char **ptr);
|
||||
|
||||
#include "lib/param/param_enums.c"
|
||||
#include "lib/param/param_table.c"
|
||||
|
||||
#define GLOBAL_VAR(name) offsetof(struct loadparm_global, name)
|
||||
#define LOCAL_VAR(name) offsetof(struct loadparm_service, name)
|
||||
|
@ -324,7 +324,7 @@ static void add_to_file_list(const char *fname, const char *subfname);
|
||||
static bool lp_set_cmdline_helper(const char *pszParmName, const char *pszParmValue, bool store_values);
|
||||
static void free_param_opts(struct parmlist_entry **popts);
|
||||
|
||||
#include "lib/param/param_enums.c"
|
||||
#include "lib/param/param_table.c"
|
||||
|
||||
static const struct enum_list enum_printing[] = {
|
||||
{PRINT_SYSV, "sysv"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user