diff options
author | Günther Deschner <gd@samba.org> | 2009-09-30 00:36:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-30 00:36:05 +0200 |
commit | eb7a40422593970eba0541a7e4deaa6bc31f94e0 (patch) | |
tree | 32e400d173fc6dcba537e746333b4e0b33758cb2 /source3/include/rpc_misc.h | |
parent | 26e798da19a9c36fad62e978545c6dfc90a9645d (diff) | |
download | samba-eb7a40422593970eba0541a7e4deaa6bc31f94e0.tar.gz samba-eb7a40422593970eba0541a7e4deaa6bc31f94e0.tar.bz2 samba-eb7a40422593970eba0541a7e4deaa6bc31f94e0.zip |
s3: remove unused unistr2_term_codes.
Guenther
Diffstat (limited to 'source3/include/rpc_misc.h')
-rw-r--r-- | source3/include/rpc_misc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h index b4c3a6190e..aff9b1c6f0 100644 --- a/source3/include/rpc_misc.h +++ b/source3/include/rpc_misc.h @@ -26,9 +26,6 @@ #define SMB_RPC_INTERFACE_VERSION 1 #define PRS_POINTER_CAST bool (*)(const char*, prs_struct*, int, void*) -enum unistr2_term_codes { UNI_FLAGS_NONE = 0, UNI_STR_TERMINATE = 1, UNI_MAXLEN_TERMINATE = 2, UNI_BROKEN_NON_NULL = 3, UNI_STR_DBLTERMINATE = 4 }; - - /********************************************************************** * well-known RIDs - Relative IDs |