source:
branches/samba-3.2.x/source/librpc/gen_ndr/xattr.h
Last change on this file was 133, checked in by , 17 years ago | |
---|---|
File size: 351 bytes |
Line | |
---|---|
1 | /* header auto-generated by pidl */ |
2 | |
3 | #include <stdint.h> |
4 | |
5 | #ifndef _HEADER_xattr |
6 | #define _HEADER_xattr |
7 | |
8 | struct tdb_xattr { |
9 | const char * name;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */ |
10 | DATA_BLOB value; |
11 | }/* [public] */; |
12 | |
13 | struct tdb_xattrs { |
14 | uint32_t num_xattrs; |
15 | struct tdb_xattr *xattrs; |
16 | }/* [public] */; |
17 | |
18 | #endif /* _HEADER_xattr */ |
Note:
See TracBrowser
for help on using the repository browser.