summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/ntdomain.h5
-rw-r--r--source3/rpc_server/srv_util.c6
2 files changed, 6 insertions, 5 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index cc99ad74c2..bffa158fea 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -287,11 +287,6 @@ struct api_struct {
bool (*fn) (pipes_struct *);
};
-typedef struct {
- uint32 rid;
- const char *name;
-} rid_name;
-
/*
* higher order functions for use with msrpc client code
*/
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.