source: trunk/server/source3/librpc/gen_ndr/printcap.h@ 745

Last change on this file since 745 was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 593 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
13struct 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
19struct 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.