ndr: move null_ndr_syntax_id to the common libndr location.
[ira/wip.git] / librpc / ndr / libndr.h
index ff20755700d4890660971315a97704a538c923d1..302a5ec7739287aaf6e7e6ecf6c3a050fea9b5c9 100644 (file)
@@ -328,6 +328,7 @@ typedef void (*ndr_print_function_t)(struct ndr_print *, const char *, int, cons
 
 extern const struct ndr_syntax_id ndr_transfer_syntax;
 extern const struct ndr_syntax_id ndr64_transfer_syntax;
+extern const struct ndr_syntax_id null_ndr_syntax_id;
 
 struct ndr_interface_call {
        const char *name;