From a803f0a9204fc917668b68ca67ff02e8f9ed0262 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jul 2008 12:25:42 +0200 Subject: Refactoring: Make close_internal_rpc_pipe_hnd a talloc destructor (This used to be commit 10b47a0c2cfd62489428518112da82f73a52b7bc) --- source3/include/ntdomain.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 484f173afe..da3dd14189 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -344,15 +344,6 @@ typedef struct smb_np_struct { char *data, size_t max_len, bool *pipe_outstanding); - /* call to close a namedpipe. - * function is expected to perform all cleanups - * necessary, free all memory etc. - * - * returns True if cleanup was successful (not that - * we particularly care). - */ - bool (*namedpipe_close)(void * np_state); - } smb_np_struct; struct api_struct { -- cgit