From 2679fa315da579fbdc7dd35d3ee1cb364b85a1d9 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 2 Oct 2000 21:03:46 +0000 Subject: Memleak fix for cache code. Jeremy. (This used to be commit 1ebe54666b0fc6f224f17036063dfe0ef7ec9147) --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') 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 -- cgit