mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
19 lines
351 B
C
19 lines
351 B
C
|
/* header auto-generated by pidl */
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#ifndef _HEADER_xattr
|
||
|
#define _HEADER_xattr
|
||
|
|
||
|
struct tdb_xattr {
|
||
|
const char * name;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
|
||
|
DATA_BLOB value;
|
||
|
}/* [public] */;
|
||
|
|
||
|
struct tdb_xattrs {
|
||
|
uint32_t num_xattrs;
|
||
|
struct tdb_xattr *xattrs;
|
||
|
}/* [public] */;
|
||
|
|
||
|
#endif /* _HEADER_xattr */
|