repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WHATSNEW: Remove over-caution on s3fs and explain browsing better
[Samba/gebeck_regimport.git]
/
librpc
/
idl
/
printcap.idl
blob
d9c34f3fab717844d9ae8f13f8fd67f881d061fb
1
#include
"idl_types.h"
2
[
3
pointer_default
(
unique
)
4
]
5
interface
printcap
6
{
7
typedef struct
{
8
[
charset
(
UTF8
),
string
]
uint8
*
name
;
9
[
charset
(
UTF8
),
string
]
uint8
*
info
;
10
[
charset
(
UTF8
),
string
]
uint8
*
location
;
11
}
pcap_printer
;
12
13
typedef
[
public
]
struct
{
14
NTSTATUS status
;
15
uint32 count
;
16
[
size_is
(
count
)]
pcap_printer printers
[];
17
}
pcap_data
;
18
}