From 4f5791ebd03eaec1c7da0865a383175b05102712 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:47:29 +0200 Subject: Adding upstream version 2:4.17.12+dfsg. Signed-off-by: Daniel Baumann --- librpc/idl/printcap.idl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 librpc/idl/printcap.idl (limited to 'librpc/idl/printcap.idl') diff --git a/librpc/idl/printcap.idl b/librpc/idl/printcap.idl new file mode 100644 index 0000000..d9c34f3 --- /dev/null +++ b/librpc/idl/printcap.idl @@ -0,0 +1,18 @@ +#include "idl_types.h" +[ + pointer_default(unique) +] +interface printcap +{ + typedef struct { + [charset(UTF8),string] uint8 *name; + [charset(UTF8),string] uint8 *info; + [charset(UTF8),string] uint8 *location; + } pcap_printer; + + typedef [public] struct { + NTSTATUS status; + uint32 count; + [size_is(count)] pcap_printer printers[]; + } pcap_data; +} -- cgit v1.2.3