s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API
[sfrench/samba-autobuild/.git] / source3 / librpc / gen_ndr / ndr_wbint.h
index bff66acbe454d6ea5a8b9fa049489098666d6df0..17fd6ecbce79cf6fc67c894f10eea67cd3e88b35 100644 (file)
@@ -51,7 +51,9 @@ extern const struct ndr_interface_table ndr_table_wbint;
 
 #define NDR_WBINT_SETMAPPING (0x13)
 
-#define NDR_WBINT_CALL_COUNT (20)
+#define NDR_WBINT_REMOVEMAPPING (0x14)
+
+#define NDR_WBINT_CALL_COUNT (21)
 enum ndr_err_code ndr_push_wbint_userinfo(struct ndr_push *ndr, int ndr_flags, const struct wbint_userinfo *r);
 enum ndr_err_code ndr_pull_wbint_userinfo(struct ndr_pull *ndr, int ndr_flags, struct wbint_userinfo *r);
 void ndr_print_wbint_userinfo(struct ndr_print *ndr, const char *name, const struct wbint_userinfo *r);
@@ -93,4 +95,5 @@ void ndr_print_wbint_DsGetDcName(struct ndr_print *ndr, const char *name, int fl
 void ndr_print_wbint_LookupRids(struct ndr_print *ndr, const char *name, int flags, const struct wbint_LookupRids *r);
 void ndr_print_wbint_CheckMachineAccount(struct ndr_print *ndr, const char *name, int flags, const struct wbint_CheckMachineAccount *r);
 void ndr_print_wbint_SetMapping(struct ndr_print *ndr, const char *name, int flags, const struct wbint_SetMapping *r);
+void ndr_print_wbint_RemoveMapping(struct ndr_print *ndr, const char *name, int flags, const struct wbint_RemoveMapping *r);
 #endif /* _HEADER_NDR_wbint */