mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
17 lines
810 B
C
17 lines
810 B
C
|
/* header auto-generated by pidl */
|
||
|
|
||
|
#include "librpc/ndr/libndr.h"
|
||
|
#include "librpc/gen_ndr/xattr.h"
|
||
|
|
||
|
#ifndef _HEADER_NDR_xattr
|
||
|
#define _HEADER_NDR_xattr
|
||
|
|
||
|
#define NDR_XATTR_CALL_COUNT (0)
|
||
|
enum ndr_err_code ndr_push_tdb_xattr(struct ndr_push *ndr, int ndr_flags, const struct tdb_xattr *r);
|
||
|
enum ndr_err_code ndr_pull_tdb_xattr(struct ndr_pull *ndr, int ndr_flags, struct tdb_xattr *r);
|
||
|
void ndr_print_tdb_xattr(struct ndr_print *ndr, const char *name, const struct tdb_xattr *r);
|
||
|
enum ndr_err_code ndr_push_tdb_xattrs(struct ndr_push *ndr, int ndr_flags, const struct tdb_xattrs *r);
|
||
|
enum ndr_err_code ndr_pull_tdb_xattrs(struct ndr_pull *ndr, int ndr_flags, struct tdb_xattrs *r);
|
||
|
void ndr_print_tdb_xattrs(struct ndr_print *ndr, const char *name, const struct tdb_xattrs *r);
|
||
|
#endif /* _HEADER_NDR_xattr */
|