1 | +++ /usr/include/cups/ipp.h 2012-08-24 18:29:25.000000000 -0400 |
---|
2 | @@ -362,8 +362,8 @@ |
---|
3 | } ipp_tag_t; |
---|
4 | |
---|
5 | typedef unsigned char ipp_uchar_t; /**** Unsigned 8-bit integer/character ****/ |
---|
6 | -typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ |
---|
7 | -typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
8 | +//typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ |
---|
9 | +//typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
10 | /**** IPP attribute ****/ |
---|
11 | |
---|
12 | /**** New in CUPS 1.2/OS X 10.5 ****/ |
---|
13 | @@ -497,6 +497,9 @@ |
---|
14 | }; |
---|
15 | |
---|
16 | # endif /* _IPP_PRIVATE_STRUCTURES */ |
---|
17 | +typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ |
---|
18 | +typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
19 | + |
---|
20 | |
---|
21 | /* |
---|
22 | * Prototypes... |
---|