mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
21 lines
980 B
C
21 lines
980 B
C
/* header auto-generated by pidl */
|
|
|
|
#include "librpc/ndr/libndr.h"
|
|
#include "librpc/gen_ndr/libnet_join.h"
|
|
|
|
#ifndef _HEADER_NDR_libnetjoin
|
|
#define _HEADER_NDR_libnetjoin
|
|
|
|
#define NDR_LIBNET_JOINCTX (0x00)
|
|
|
|
#define NDR_LIBNET_UNJOINCTX (0x01)
|
|
|
|
#define NDR_LIBNETJOIN_CALL_COUNT (2)
|
|
enum ndr_err_code ndr_push_libnet_JoinCtx(struct ndr_push *ndr, int flags, const struct libnet_JoinCtx *r);
|
|
enum ndr_err_code ndr_pull_libnet_JoinCtx(struct ndr_pull *ndr, int flags, struct libnet_JoinCtx *r);
|
|
void ndr_print_libnet_JoinCtx(struct ndr_print *ndr, const char *name, int flags, const struct libnet_JoinCtx *r);
|
|
enum ndr_err_code ndr_push_libnet_UnjoinCtx(struct ndr_push *ndr, int flags, const struct libnet_UnjoinCtx *r);
|
|
enum ndr_err_code ndr_pull_libnet_UnjoinCtx(struct ndr_pull *ndr, int flags, struct libnet_UnjoinCtx *r);
|
|
void ndr_print_libnet_UnjoinCtx(struct ndr_print *ndr, const char *name, int flags, const struct libnet_UnjoinCtx *r);
|
|
#endif /* _HEADER_NDR_libnetjoin */
|