From 04ea250aebe619d7ec25426be9d395f1dd635c90 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Sep 2009 15:18:58 +0200 Subject: s3:winbind: Convert WINBINDD_SET_HWM to the new API --- source3/librpc/gen_ndr/ndr_wbint.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/librpc/gen_ndr/ndr_wbint.h') diff --git a/source3/librpc/gen_ndr/ndr_wbint.h b/source3/librpc/gen_ndr/ndr_wbint.h index 17fd6ecbce..5cefc94162 100644 --- a/source3/librpc/gen_ndr/ndr_wbint.h +++ b/source3/librpc/gen_ndr/ndr_wbint.h @@ -53,7 +53,9 @@ extern const struct ndr_interface_table ndr_table_wbint; #define NDR_WBINT_REMOVEMAPPING (0x14) -#define NDR_WBINT_CALL_COUNT (21) +#define NDR_WBINT_SETHWM (0x15) + +#define NDR_WBINT_CALL_COUNT (22) 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); @@ -96,4 +98,5 @@ void ndr_print_wbint_LookupRids(struct ndr_print *ndr, const char *name, int fla 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); +void ndr_print_wbint_SetHWM(struct ndr_print *ndr, const char *name, int flags, const struct wbint_SetHWM *r); #endif /* _HEADER_NDR_wbint */ -- cgit