1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* 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 */