Make sure prototypes are always included, make some functions static and
[kamenim/samba-autobuild/.git] / librpc / ndr / ndr_table.h
index 905c2e5e434fd09defc6fed0827d368ba8ff9491..9e8fea1db6a2ee99492fe95f860e9441221fd122 100644 (file)
@@ -8,6 +8,7 @@ const struct ndr_interface_table *ndr_table_by_name(const char *name);
 const struct ndr_interface_table *ndr_table_by_uuid(const struct GUID *uuid);
 const struct ndr_interface_list *ndr_table_list(void);
 NTSTATUS ndr_table_init(void);
+NTSTATUS ndr_table_register_builtin_tables(void);
 
 #endif /* _NDR_TABLE_PROTO_H_ */