libsmbconf: change smbconf_get_seqnum() to smbconf_changed().
authorMichael Adam <obnox@samba.org>
Tue, 18 Mar 2008 22:29:11 +0000 (23:29 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 01:25:55 +0000 (02:25 +0100)
commit7621b4c3d80f411aac6e40ea5cce787cec108af5
treea29f96067b1b90fa0428dfbfbac56334b9fc6438
parent77dd53ad5c2568a2f06d4ecd524c971ae967b17b
libsmbconf: change smbconf_get_seqnum() to smbconf_changed().

The former seqnum is hidden inside a struct smbconf_csn.
And the get_seqnum is united with a changed function that
stores the seqnum inside the given csn.

Michael
(This used to be commit 5b6b90900a1a3eab24cb5612d78f9678a363cf73)
source3/lib/smbconf/smbconf.c
source3/lib/smbconf/smbconf.h
source3/param/loadparm.c