We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd9dad commit f89bebcCopy full SHA for f89bebc
1 file changed
cups/base.h
@@ -1,7 +1,7 @@
1
//
2
// API versioning definitions for CUPS.
3
4
-// Copyright © 2021-2023 by OpenPrinting.
+// Copyright © 2021-2026 by OpenPrinting.
5
// Copyright © 2007-2019 by Apple Inc.
6
7
// Licensed under Apache License v2.0. See the file "LICENSE" for more
@@ -154,10 +154,12 @@ typedef int64_t ssize_t; // @private@
154
# define _CUPS_NORETURN
155
# endif // _CUPS_HAS_NORETURN
156
157
+
158
159
// Forward declare the ipp_t type that is shared accross headers
160
161
162
typedef struct _ipp_s ipp_t; // IPP request/response data
163
164
165
#endif // !_CUPS_BASE_H_
0 commit comments