mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
8bfa935161
resulting marshalling/unmarshalling routines in gen_ndr/ Volker (This used to be commit a2ea54c23456925a8ed317edb1adf82d074041fc)
21 lines
1.2 KiB
C
21 lines
1.2 KiB
C
/* header auto-generated by pidl */
|
|
|
|
#include "librpc/gen_ndr/notify.h"
|
|
|
|
#ifndef _HEADER_NDR_notify
|
|
#define _HEADER_NDR_notify
|
|
|
|
#include "librpc/ndr/libndr.h"
|
|
#define DCERPC_NOTIFY_CALL_COUNT (0)
|
|
NTSTATUS ndr_push_notify_entry(struct ndr_push *ndr, int ndr_flags, const struct notify_entry *r);
|
|
NTSTATUS ndr_pull_notify_entry(struct ndr_pull *ndr, int ndr_flags, struct notify_entry *r);
|
|
void ndr_print_notify_entry(struct ndr_print *ndr, const char *name, const struct notify_entry *r);
|
|
void ndr_print_notify_depth(struct ndr_print *ndr, const char *name, const struct notify_depth *r);
|
|
NTSTATUS ndr_push_notify_array(struct ndr_push *ndr, int ndr_flags, const struct notify_array *r);
|
|
NTSTATUS ndr_pull_notify_array(struct ndr_pull *ndr, int ndr_flags, struct notify_array *r);
|
|
void ndr_print_notify_array(struct ndr_print *ndr, const char *name, const struct notify_array *r);
|
|
NTSTATUS ndr_push_notify_event(struct ndr_push *ndr, int ndr_flags, const struct notify_event *r);
|
|
NTSTATUS ndr_pull_notify_event(struct ndr_pull *ndr, int ndr_flags, struct notify_event *r);
|
|
void ndr_print_notify_event(struct ndr_print *ndr, const char *name, const struct notify_event *r);
|
|
#endif /* _HEADER_NDR_notify */
|