mirror of
https://github.com/samba-team/samba.git
synced 2025-01-31 01:48:16 +03:00
20 lines
1.2 KiB
C
20 lines
1.2 KiB
C
|
/* header auto-generated by pidl */
|
||
|
|
||
|
#include "librpc/ndr/libndr.h"
|
||
|
#include "../librpc/gen_ndr/schannel.h"
|
||
|
|
||
|
#ifndef _HEADER_NDR_schannel
|
||
|
#define _HEADER_NDR_schannel
|
||
|
|
||
|
#define NDR_SCHANNEL_CALL_COUNT (0)
|
||
|
void ndr_print_schannel_bind_3(struct ndr_print *ndr, const char *name, const struct schannel_bind_3 *r);
|
||
|
void ndr_print_schannel_bind_23(struct ndr_print *ndr, const char *name, const struct schannel_bind_23 *r);
|
||
|
void ndr_print_schannel_bind_info(struct ndr_print *ndr, const char *name, const union schannel_bind_info *r);
|
||
|
enum ndr_err_code ndr_push_schannel_bind(struct ndr_push *ndr, int ndr_flags, const struct schannel_bind *r);
|
||
|
enum ndr_err_code ndr_pull_schannel_bind(struct ndr_pull *ndr, int ndr_flags, struct schannel_bind *r);
|
||
|
void ndr_print_schannel_bind(struct ndr_print *ndr, const char *name, const struct schannel_bind *r);
|
||
|
enum ndr_err_code ndr_push_schannel_bind_ack(struct ndr_push *ndr, int ndr_flags, const struct schannel_bind_ack *r);
|
||
|
enum ndr_err_code ndr_pull_schannel_bind_ack(struct ndr_pull *ndr, int ndr_flags, struct schannel_bind_ack *r);
|
||
|
void ndr_print_schannel_bind_ack(struct ndr_print *ndr, const char *name, const struct schannel_bind_ack *r);
|
||
|
#endif /* _HEADER_NDR_schannel */
|