diff options
author | Jeremy Allison <jra@samba.org> | 1998-07-02 18:49:08 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-07-02 18:49:08 +0000 |
commit | 3daefed54e221b397f1eff43d2a83a61c4500fb1 (patch) | |
tree | 7380449ffe913828179f16bbe6deb328e9728052 /source3/include | |
parent | 139a34157eba50f70c86f2dd07fb384a7cbaf9cc (diff) | |
download | samba-3daefed54e221b397f1eff43d2a83a61c4500fb1.tar.gz samba-3daefed54e221b397f1eff43d2a83a61c4500fb1.tar.bz2 samba-3daefed54e221b397f1eff43d2a83a61c4500fb1.zip |
chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIX
password change core dump bug.
nmbd_subnetdb.c: Make namelist_entry_compare() static.
nttrans.c: More NT SMB stuff.
Jeremy.
(This used to be commit 1925a29c6b355b8358ee99e5b876b6376aa7d628)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index edf6e60915..888f26e906 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1533,7 +1533,6 @@ void write_browse_list(time_t t, BOOL force_write); /*The following definitions come from nmbd_subnetdb.c */ -int namelist_entry_compare( ubi_trItemPtr Item, ubi_trNodePtr Node ); BOOL create_subnets(void); BOOL we_are_a_wins_client(void); struct subnet_record *get_next_subnet_maybe_unicast(struct subnet_record *subrec); |