diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-08-12 19:32:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:56 -0500 |
commit | daa7c984096fb3513a458a0637fdfc0c00ee9fb9 (patch) | |
tree | 90e1343a95bc90c9db8bb62491b9ef6558cdf14c /source4/librpc/rpc/dcerpc.h | |
parent | 28ea8b8785e5e8e3b3f3ddf0c12c0c8c69ea77c5 (diff) | |
download | samba-daa7c984096fb3513a458a0637fdfc0c00ee9fb9.tar.gz samba-daa7c984096fb3513a458a0637fdfc0c00ee9fb9.tar.bz2 samba-daa7c984096fb3513a458a0637fdfc0c00ee9fb9.zip |
r1786: Add support for the 'helpstring' attribute on interfaces
(This used to be commit 85fb26a05d57e58795b0c0ffa93dc9e0fa902431)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index db7552278a..2c36241020 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -105,6 +105,7 @@ struct dcerpc_interface_table { const char *name; const char *uuid; uint32_t if_version; + const char *helpstring; uint32_t num_calls; const struct dcerpc_interface_call *calls; const struct dcerpc_endpoint_list *endpoints; |