s3: Do not directly reference the ndr_table_* in rpcclient
[samba.git] / source3 / rpcclient / cmd_epmapper.c
index cb334165f26d3fe492ca9a51a9271222cafc1da7..89462d7a52e52020eb23e45dc7b93de5ad165177 100644 (file)
@@ -126,8 +126,10 @@ struct cmd_set epmapper_commands[] = {
        { "EPMAPPER" },
 
        { "epmmap", RPC_RTYPE_NTSTATUS, cmd_epmapper_map,     NULL,
-         &ndr_table_epmapper.syntax_id, NULL, "Map a binding", "" },
+         NDR_EPMAPPER_UUID, NDR_EPMAPPER_VERSION, NULL,
+         "Map a binding", "" },
        { "epmlookup", RPC_RTYPE_NTSTATUS, cmd_epmapper_lookup,     NULL,
-         &ndr_table_epmapper.syntax_id, NULL, "Lookup bindings", "" },
+         NDR_EPMAPPER_UUID, NDR_EPMAPPER_VERSION, NULL,
+         "Lookup bindings", "" },
        { NULL }
 };