From a3a7881d39d0c294d0cd2ce13203478fb889b07c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 30 Aug 2005 13:58:48 +0000 Subject: r9798: Add generic functions for handling smb.conf files (the parameters don't to be pre-declared). Also doesn't use any globals, so multiple files can be loaded at once. Currently uses the prefix "param" for all functions and structures; suggestions for better ones are welcome... Remove old smb.conf-parsing code from libsamba3. (This used to be commit 414e5f7f6dc38a8fde3b61d524a664f56f9ea592) --- source4/include/structs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 59ab6a77da..997e1445ef 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -284,3 +284,7 @@ struct samba3; struct ldb_map_attribute; struct ldb_map_objectclass; + +struct param_context; +struct param_section; +struct param; -- cgit