summaryrefslogtreecommitdiff
path: root/source3/rpcclient/display.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-10-21 18:25:12 +0000
committerLuke Leighton <lkcl@samba.org>1999-10-21 18:25:12 +0000
commit52fed795e156b9db8a0f29d9087042ccdec093f5 (patch)
tree38680f9baf542752561306fe4df0bc0783070894 /source3/rpcclient/display.c
parent6f9105c853020fde1691a28cd707d6d3f6561b4d (diff)
downloadsamba-52fed795e156b9db8a0f29d9087042ccdec093f5.tar.gz
samba-52fed795e156b9db8a0f29d9087042ccdec093f5.tar.bz2
samba-52fed795e156b9db8a0f29d9087042ccdec093f5.zip
turning some of the rpcclient functions dynamic. this is likely to
break a few things... (This used to be commit 4b06f303235d36903b6e9f55ee45b987d98256b0)
Diffstat (limited to 'source3/rpcclient/display.c')
-rw-r--r--source3/rpcclient/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/display.c b/source3/rpcclient/display.c
index 70a9f76f90..9b8a8154f3 100644
--- a/source3/rpcclient/display.c
+++ b/source3/rpcclient/display.c
@@ -1177,7 +1177,7 @@ void display_alias_rid_info(FILE *out_hnd, enum action_type action,
display group members
****************************************************************************/
void display_group_members(FILE *out_hnd, enum action_type action,
- uint32 num_mem, fstring *name, uint32 *type)
+ uint32 num_mem, char **name, uint32 *type)
{
switch (action)
{