repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3-smbd: Added a become_user_by_session() function.
[Samba.git]
/
librpc
/
idl
/
printcap.idl
blob
5ab380ce6cb51f2b749596967ce22606ff542f32
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
}
pcap_printer
;
11
12
typedef
[
public
]
struct
{
13
NTSTATUS status
;
14
uint32 count
;
15
[
size_is
(
count
)]
pcap_printer printers
[];
16
}
pcap_data
;
17
}