param: allow special functions to be common across the two loadparms
commit84b98a2ce58a5fe88913e34ae020775cfbba8f7f
authorGarming Sam <garming@catalyst.net.nz>
Wed, 19 Feb 2014 04:19:40 +0000 (19 17:19 +1300)
committerJeremy Allison <jra@samba.org>
Wed, 7 May 2014 17:49:14 +0000 (7 19:49 +0200)
treeeb5e8fc205f42a0f17c6a04985a372da95e814a1
parentc1c1f09c184babff428ac19982fb46239576becd
param: allow special functions to be common across the two loadparms

Currently, each of the functions are declared in both and redefined using macros
when they are unused. This change should allow only a single function to exist.

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-on: https://gerrit.samba.org/101
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/param/loadparm.c