summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-21 21:36:01 +0100
committerVolker Lendecke <vl@samba.org>2009-11-21 23:19:50 +0100
commit384f303c2cafa6659c24a62209de846cd5d45d84 (patch)
treeb9e3636fd3847d4e39c79942fe1ffadb39d7cee1 /source3/include/proto.h
parentcf2febf3d1c591effc036a44eb0870aaf95c6848 (diff)
downloadsamba-384f303c2cafa6659c24a62209de846cd5d45d84.tar.gz
samba-384f303c2cafa6659c24a62209de846cd5d45d84.tar.bz2
samba-384f303c2cafa6659c24a62209de846cd5d45d84.zip
s3: Remove a struct typedef
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6a5b3ec18d..970c8af891 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2256,7 +2256,7 @@ void cli_cm_display(const struct cli_state *c);
bool cli_dfs_get_referral(TALLOC_CTX *ctx,
struct cli_state *cli,
const char *path,
- CLIENT_DFS_REFERRAL**refs,
+ struct client_dfs_referral **refs,
size_t *num_refs,
size_t *consumed);
bool cli_resolve_path(TALLOC_CTX *ctx,