summaryrefslogtreecommitdiff
path: root/source3/include/dcerpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/dcerpc.h')
-rw-r--r--source3/include/dcerpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/dcerpc.h b/source3/include/dcerpc.h
index d765262894..a98971ddd4 100644
--- a/source3/include/dcerpc.h
+++ b/source3/include/dcerpc.h
@@ -24,7 +24,7 @@ struct dcerpc_authservice_list {
struct dcerpc_interface_table {
const char *name;
- struct dcerpc_syntax_id syntax_id;
+ struct ndr_syntax_id syntax_id;
const char *helpstring;
uint32_t num_calls;
const struct dcerpc_interface_call *calls;