From e5ed18db65f33ef0b0151fc34b02e049b14d1ecd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 10 Dec 2003 23:49:55 +0000 Subject: more portable array of endpoints code from pidl (This used to be commit c598590a117d4281c530cded4bf9dae16ac1ee76) --- source4/librpc/rpc/dcerpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/rpc') diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 7c6ab160f3..6b1bd9de33 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -78,7 +78,7 @@ struct dcerpc_interface_call { struct dcerpc_endpoint_list { uint32 count; - const char *names[]; + const char **names; }; struct dcerpc_interface_table { -- cgit