diff options
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 { |