]> git.ipfire.org Git - thirdparty/cups.git/blame - tools/ippevecommon.h
Don't generate certificates that expire on Feb 29th (Issue #5643)
[thirdparty/cups.git] / tools / ippevecommon.h
CommitLineData
1562b9a1 1/*
820cb58e 2 * Common header for IPP Everywhere printer commands for CUPS.
1562b9a1 3 *
820cb58e 4 * Copyright © 2019 by Apple Inc.
1562b9a1 5 *
820cb58e 6 * Licensed under Apache License v2.0. See the file "LICENSE" for more
1562b9a1
MS
7 * information.
8 */
9
10/*
820cb58e 11 * Include necessary headers...
1562b9a1
MS
12 */
13
14#include <cups/cups.h>
15#include <cups/raster.h>
bc69e04b
MS
16#include <stdio.h>
17#include <stdlib.h>
18#include <unistd.h>
19#include <fcntl.h>
20#include <errno.h>
21#include <cups/string-private.h>
1562b9a1
MS
22
23
24/*
820cb58e 25 * Prototypes...
1562b9a1 26 */