Last change
on this file was 603, checked in by Herwig Bauernfeind, 14 years ago |
Samba 3.5: Update missing files in trunk
|
File size:
441 bytes
|
Line | |
---|
1 | /* header auto-generated by pidl */
|
---|
2 |
|
---|
3 | #include <stdint.h>
|
---|
4 |
|
---|
5 | #include "libcli/util/ntstatus.h"
|
---|
6 |
|
---|
7 | #ifndef _HEADER_printcap
|
---|
8 | #define _HEADER_printcap
|
---|
9 |
|
---|
10 | struct pcap_printer {
|
---|
11 | const char *name;/* [unique,charset(UTF8)] */
|
---|
12 | const char *info;/* [unique,charset(UTF8)] */
|
---|
13 | };
|
---|
14 |
|
---|
15 | struct pcap_data {
|
---|
16 | NTSTATUS status;
|
---|
17 | uint32_t count;
|
---|
18 | struct pcap_printer *printers;/* [size_is(count)] */
|
---|
19 | }/* [public] */;
|
---|
20 |
|
---|
21 | #endif /* _HEADER_printcap */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.