diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 4b4cebf5c1..aaf50df2bb 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1685,15 +1685,6 @@ struct kernel_oplocks { int notification_fd; }; - -/* this structure defines the functions for doing change notify in - various implementations */ -struct cnotify_fns { - void *(*notify_add)(TALLOC_CTX *mem_ctx, - struct event_context *event_ctx, - files_struct *fsp, uint32 *filter); -}; - #include "smb_macros.h" #define MAX_NETBIOSNAME_LEN 16 |