summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_wbint.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/ndr_wbint.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/ndr_wbint.h b/source3/librpc/gen_ndr/ndr_wbint.h
index 9a76cddd99..c2d7ad3f3a 100644
--- a/source3/librpc/gen_ndr/ndr_wbint.h
+++ b/source3/librpc/gen_ndr/ndr_wbint.h
@@ -15,7 +15,10 @@ extern const struct ndr_interface_table ndr_table_wbint;
#define NDR_WBINT_LOOKUPSID (0x01)
-#define NDR_WBINT_CALL_COUNT (2)
+#define NDR_WBINT_LOOKUPNAME (0x02)
+
+#define NDR_WBINT_CALL_COUNT (3)
void ndr_print_wbint_Ping(struct ndr_print *ndr, const char *name, int flags, const struct wbint_Ping *r);
void ndr_print_wbint_LookupSid(struct ndr_print *ndr, const char *name, int flags, const struct wbint_LookupSid *r);
+void ndr_print_wbint_LookupName(struct ndr_print *ndr, const char *name, int flags, const struct wbint_LookupName *r);
#endif /* _HEADER_NDR_wbint */