|
Last change
on this file since 233 was 133, checked in by Paul Smedley, 18 years ago |
|
Update trunk to 3.2.0pre3
|
|
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.