r867: removed a couple of unused structures
authorAndrew Tridgell <tridge@samba.org>
Tue, 25 May 2004 00:50:41 +0000 (00:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:13 +0000 (12:56 -0500)
(This used to be commit a70eb86a3fda6c48389834c442890a73caa155f9)

source4/include/smb.h

index e197698491418580408c1585cea5c66ed2c4c536..4f5a92b4ebf6c5be380a7c4a1d568c9dae6e43a6 100644 (file)
@@ -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