diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-06 11:22:32 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-06 11:24:59 +0100 |
commit | ef54ad52e07122f3967761603f3e09cdd372990c (patch) | |
tree | a3fe6ccf40a234535406a20739769e30caea78d6 /source3/include | |
parent | 9f44a17c3bf36067d04cec036c3e529798932cd7 (diff) | |
download | samba-ef54ad52e07122f3967761603f3e09cdd372990c.tar.gz samba-ef54ad52e07122f3967761603f3e09cdd372990c.tar.bz2 samba-ef54ad52e07122f3967761603f3e09cdd372990c.zip |
Move the "rid_name" typedef to the only place where it might be used
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 5 |
1 files changed, 0 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 */ |