]> git.ipfire.org Git - thirdparty/cups.git/blame - test/ippevecommon.h
Fix regular expression matching on octetString attributes.
[thirdparty/cups.git] / test / ippevecommon.h
CommitLineData
1562b9a1 1/*
bc69e04b 2 * common header for ipp everywhere printer commands for cups.
1562b9a1 3 *
bc69e04b 4 * copyright © 2019 by apple inc.
1562b9a1 5 *
bc69e04b 6 * licensed under apache license v2.0. see the file "license" for more
1562b9a1
MS
7 * information.
8 */
9
10/*
bc69e04b 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/*
bc69e04b 25 * prototypes...
1562b9a1 26 */