|
Last change
on this file since 873 was 873, checked in by Silvan Scherrer, 11 years ago |
|
samba server 3.6: change EOL style of a lot files. This hurts on every patch
|
|
File size:
567 bytes
|
| Line | |
|---|
| 1 | /* header auto-generated by pidl */
|
|---|
| 2 |
|
|---|
| 3 | #ifndef _PIDL_HEADER_printcap
|
|---|
| 4 | #define _PIDL_HEADER_printcap
|
|---|
| 5 |
|
|---|
| 6 | #include <stdint.h>
|
|---|
| 7 |
|
|---|
| 8 | #include "libcli/util/ntstatus.h"
|
|---|
| 9 |
|
|---|
| 10 | #ifndef _HEADER_printcap
|
|---|
| 11 | #define _HEADER_printcap
|
|---|
| 12 |
|
|---|
| 13 | struct pcap_printer {
|
|---|
| 14 | const char *name;/* [unique,charset(UTF8)] */
|
|---|
| 15 | const char *info;/* [unique,charset(UTF8)] */
|
|---|
| 16 | const char *location;/* [unique,charset(UTF8)] */
|
|---|
| 17 | };
|
|---|
| 18 |
|
|---|
| 19 | struct pcap_data {
|
|---|
| 20 | NTSTATUS status;
|
|---|
| 21 | uint32_t count;
|
|---|
| 22 | struct pcap_printer *printers;/* [size_is(count)] */
|
|---|
| 23 | }/* [public] */;
|
|---|
| 24 |
|
|---|
| 25 | #endif /* _HEADER_printcap */
|
|---|
| 26 | #endif /* _PIDL_HEADER_printcap */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.