diff options
Diffstat (limited to 'source3/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_util.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_util.c b/source3/rpc_server/srv_util.c index d4804b98ad..b276e75faa 100644 --- a/source3/rpc_server/srv_util.c +++ b/source3/rpc_server/srv_util.c @@ -42,6 +42,12 @@ #define DBGC_CLASS DBGC_RPC_SRV #if 0 /* these aren't used currently but are here if you need them */ + +typedef struct { + uint32 rid; + const char *name; +} rid_name; + /* * A list of the rids of well known BUILTIN and Domain users * and groups. |