From e6594ed130ae44f90dbbcf34e41417cd3b96a2b8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 25 May 2004 00:50:41 +0000 Subject: r867: removed a couple of unused structures (This used to be commit a70eb86a3fda6c48389834c442890a73caa155f9) --- source4/include/smb.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'source4/include/smb.h') diff --git a/source4/include/smb.h b/source4/include/smb.h index e197698491..4f5a92b4eb 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -308,26 +308,6 @@ struct interface struct in_addr nmask; }; -/* struct returned by get_share_modes */ -typedef struct { - pid_t pid; - uint16 op_port; - uint16 op_type; - int share_mode; - uint32 desired_access; - struct timeval time; - SMB_DEV_T dev; - SMB_INO_T inode; - unsigned long share_file_id; -} share_mode_entry; - - -#define SHAREMODE_FN_CAST() \ - void (*)(share_mode_entry *, char*) - -#define SHAREMODE_FN(fn) \ - void (*fn)(share_mode_entry *, char*) - #define NT_HASH_LEN 16 #define LM_HASH_LEN 16 -- cgit