From 652251701df7dec1401eab9b1dbc7e3ac5c7e7ad Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 12 May 2009 14:15:01 +0200 Subject: s3-printing: no need to define struct table_node 4 times. Guenther --- source3/include/nt_printing.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/include/nt_printing.h') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index a25d984eb2..09878f9ec4 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -475,4 +475,10 @@ typedef struct _Printer{ #define DRIVER_ANY_VERSION 0xffffffff #define DRIVER_MAX_VERSION 4 +struct print_architecture_table_node { + const char *long_archi; + const char *short_archi; + int version; +}; + #endif /* NT_PRINTING_H_ */ -- cgit