We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80d76cf + de83387 commit 1dd9dadCopy full SHA for 1dd9dad
2 files changed
cups/base.h
@@ -153,4 +153,11 @@ typedef int64_t ssize_t; // @private@
153
# else
154
# define _CUPS_NORETURN
155
# endif // _CUPS_HAS_NORETURN
156
+
157
+//
158
+// Forward declare the ipp_t type that is shared accross headers
159
160
161
+typedef struct _ipp_s ipp_t; // IPP request/response data
162
163
#endif // !_CUPS_BASE_H_
cups/ipp.h
@@ -493,7 +493,6 @@ typedef enum ipp_tag_e // Value and group tag values for attributes
493
} ipp_tag_t;
494
495
typedef unsigned char ipp_uchar_t; // Unsigned 8-bit integer/character
496
-typedef struct _ipp_s ipp_t; // IPP request/response data
497
typedef struct _ipp_attribute_s ipp_attribute_t;
498
// IPP attribute
499
0 commit comments