From b64ac379361b01402703a56dd5c89f3fcef8cadd Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Thu, 20 Feb 2014 11:07:28 +1300 Subject: param: move the declaration of the file_lists structure to a shared header Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- lib/param/loadparm.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/param/loadparm.c') 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; -- cgit