summaryrefslogtreecommitdiffstats
path: root/lib/param/loadparm.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-20 11:07:28 +1300
committerJeremy Allison <jra@samba.org>2014-05-07 19:49:15 +0200
commitb64ac379361b01402703a56dd5c89f3fcef8cadd (patch)
tree9b84f86dfe381f1ab2a4f7c436468fc9e953d636 /lib/param/loadparm.c
parent61103e1a469b4d589b139ce8bdcc1766dc2dd36e (diff)
downloadsamba-b64ac379361b01402703a56dd5c89f3fcef8cadd.tar.gz
samba-b64ac379361b01402703a56dd5c89f3fcef8cadd.tar.xz
samba-b64ac379361b01402703a56dd5c89f3fcef8cadd.zip
param: move the declaration of the file_lists structure to a shared header
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/loadparm.c')
-rw-r--r--lib/param/loadparm.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index d5b8d2c10bd..356c5c4ac87 100644
--- a/lib/param/loadparm.c
+++ b/lib/param/loadparm.c
@@ -111,12 +111,7 @@ struct loadparm_context {
int iNumServices;
struct loadparm_service *currentService;
bool bInGlobalSection;
- struct file_lists {
- struct file_lists *next;
- char *name;
- char *subfname;
- time_t modtime;
- } *file_lists;
+ struct file_lists *file_lists;
unsigned int flags[NUMPARAMETERS];
bool loaded;
bool refuse_free;