summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-02 21:03:46 +0000
committerJeremy Allison <jra@samba.org>2000-10-02 21:03:46 +0000
commit2679fa315da579fbdc7dd35d3ee1cb364b85a1d9 (patch)
treecd213fbf437ed7968b16f03e3dc256f98307bef0 /source3/include
parente26d09685cf4aff2256adccf9b576d48fe52cc89 (diff)
downloadsamba-2679fa315da579fbdc7dd35d3ee1cb364b85a1d9.tar.gz
samba-2679fa315da579fbdc7dd35d3ee1cb364b85a1d9.tar.bz2
samba-2679fa315da579fbdc7dd35d3ee1cb364b85a1d9.zip
Memleak fix for cache code.
Jeremy. (This used to be commit 1ebe54666b0fc6f224f17036063dfe0ef7ec9147)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c79db02a4a..f06a0a790f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3368,7 +3368,6 @@ BOOL check_plaintext_password(char *user, char *old_passwd,
/*The following definitions come from smbd/close.c */
#if OLD_NTDOMAIN
-void close_filestruct(files_struct *fsp);
int close_file(files_struct *fsp, BOOL normal_close);
#endif