diff options
-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 |