diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-01-22 01:12:43 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-01-22 01:12:43 +0000 |
commit | fb15b95bc5fe11e8ebbd4bfe5f29b4e454f3aee4 (patch) | |
tree | 98547c399f5f8a2ba5cc4cf41d2d3d9e0dd92eb3 /source4/librpc/rpc/dcerpc.h | |
parent | aafd0efc582ae4b857d19cc50a73bad1a67f0f28 (diff) | |
download | samba-fb15b95bc5fe11e8ebbd4bfe5f29b4e454f3aee4.tar.gz samba-fb15b95bc5fe11e8ebbd4bfe5f29b4e454f3aee4.tar.bz2 samba-fb15b95bc5fe11e8ebbd4bfe5f29b4e454f3aee4.zip |
added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.o
(This used to be commit 866ef2edab91996964c8b43dbdd417f5908a00e1)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index fdd17fcbb3..c5cf07ddba 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -86,7 +86,7 @@ struct dcerpc_interface_call { struct dcerpc_endpoint_list { uint32 count; - const char **names; + const char * const *names; }; struct dcerpc_interface_table { |