summaryrefslogtreecommitdiff
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-02-16 18:04:21 +0000
committerLuke Leighton <lkcl@samba.org>1999-02-16 18:04:21 +0000
commit59f081069a58f6a070ed6016c06153d5e695da93 (patch)
tree0fa1e5d7519fed4cd004c80e3691bd681eac2bd6 /source/include/smb.h
parentba5919bcaefa792bae503c7ab19d4b7bbf9bb954 (diff)
downloadsamba-59f081069a58f6a070ed6016c06153d5e695da93.tar.gz
rpcclient shutdown command
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 662ba245b1e..daf617bd7f0 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -1900,6 +1900,13 @@ struct nmb_name {
#define MAP_TO_GUEST_ON_BAD_USER 1
#define MAP_TO_GUEST_ON_BAD_PASSWORD 2
+/* associate bit field or enumeration field with a string */
+struct field_info
+{
+ uint32 bits;
+ char *str;
+};
+
#endif /* _SMB_H */
/* _SMB_H */