From e229981172498a648941236eb6c3e67d52bc5de3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 18 Jan 2008 17:43:46 +0100 Subject: [PATCH] lsa.idl: make lsa_SidType public metze --- source/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index cb16f64dab6..e551e8543ab 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/librpc/idl/lsa.idl @@ -362,7 +362,7 @@ import "security.idl"; /******************/ /* Function: 0x0e */ - typedef enum { + typedef [public] enum { SID_NAME_USE_NONE = 0,/* NOTUSED */ SID_NAME_USER = 1, /* user */ SID_NAME_DOM_GRP = 2, /* domain group */ -- 2.34.1