summaryrefslogtreecommitdiff
path: root/source4/include/smb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-25 00:50:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:13 -0500
commite6594ed130ae44f90dbbcf34e41417cd3b96a2b8 (patch)
treefc45658276c837724bb5a956fa0c43675280f952 /source4/include/smb.h
parent6ac53d211d793b4204703fdc7895bc976115ac32 (diff)
downloadsamba-e6594ed130ae44f90dbbcf34e41417cd3b96a2b8.tar.gz
samba-e6594ed130ae44f90dbbcf34e41417cd3b96a2b8.tar.bz2
samba-e6594ed130ae44f90dbbcf34e41417cd3b96a2b8.zip
r867: removed a couple of unused structures
(This used to be commit a70eb86a3fda6c48389834c442890a73caa155f9)
Diffstat (limited to 'source4/include/smb.h')
-rw-r--r--source4/include/smb.h20
1 files changed, 0 insertions, 20 deletions
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