diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-12 12:25:42 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-26 13:20:10 +0200 |
commit | a803f0a9204fc917668b68ca67ff02e8f9ed0262 (patch) | |
tree | 0c1332ee30283f4966a70c26ca420274f0f45666 /source3/include | |
parent | 1ee37bc9c3d3a4aefc50efc90db42b81f51bcd03 (diff) | |
download | samba-a803f0a9204fc917668b68ca67ff02e8f9ed0262.tar.gz samba-a803f0a9204fc917668b68ca67ff02e8f9ed0262.tar.bz2 samba-a803f0a9204fc917668b68ca67ff02e8f9ed0262.zip |
Refactoring: Make close_internal_rpc_pipe_hnd a talloc destructor
(This used to be commit 10b47a0c2cfd62489428518112da82f73a52b7bc)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 { |