File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,4 +153,11 @@ typedef int64_t ssize_t; // @private@
153153# else
154154# define _CUPS_NORETURN
155155# 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+
156163#endif // !_CUPS_BASE_H_
Original file line number Diff line number Diff line change @@ -493,7 +493,6 @@ typedef enum ipp_tag_e // Value and group tag values for attributes
493493} ipp_tag_t ;
494494
495495typedef unsigned char ipp_uchar_t ; // Unsigned 8-bit integer/character
496- typedef struct _ipp_s ipp_t ; // IPP request/response data
497496typedef struct _ipp_attribute_s ipp_attribute_t ;
498497 // IPP attribute
499498
Original file line number Diff line number Diff line change 1111#ifndef _CUPS_PWG_H_
1212# define _CUPS_PWG_H_
1313# include "base.h"
14- # include "ipp.h"
1514# ifdef __cplusplus
1615extern "C" {
1716# endif /* __cplusplus */
You can’t perform that action at this time.
0 commit comments