From 52fb07aea26cc3041e571fafdc843622f1741a19 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 16 Feb 1999 18:04:21 +0000 Subject: rpcclient shutdown command (This used to be commit 59f081069a58f6a070ed6016c06153d5e695da93) --- source3/include/smb.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 662ba245b1..daf617bd7f 100644 --- a/source3/include/smb.h +++ b/source3/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 */ -- cgit