mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
bdebe9dc2a
Guenther (This used to be commit 5895a03fd600745ec897d987910abca83d79de3e)
17 lines
908 B
C
17 lines
908 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_LIBNETJOIN_CALL_COUNT (0)
|
|
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 */
|