libsmbconf: change the API to always take the smbconf_ctx parameter first.
commit304dba6cb2184437f3edad065a530d03fb704036
authorMichael Adam <obnox@samba.org>
Wed, 19 Mar 2008 09:47:23 +0000 (19 10:47 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 01:25:55 +0000 (21 02:25 +0100)
treed5d29f54430dee5c7f9061b5b9260b2d95120851
parent7460697ea42764f5f658a4f7f70872a56aeb160d
libsmbconf: change the API to always take the smbconf_ctx parameter first.

..for consistency. Exception: the open/init function, where the smbconf_ctx
is created from the given talloc context.

Michael
source/lib/smbconf/smbconf.c
source/lib/smbconf/smbconf.h
source/param/loadparm.c
source/utils/net_conf.c