1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

Move the "rid_name" typedef to the only place where it might be used

This commit is contained in:
Volker Lendecke 2009-01-06 11:22:32 +01:00
parent 9f44a17c3b
commit ef54ad52e0
2 changed files with 6 additions and 5 deletions

View File

@ -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
*/

View File

@ -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.