]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - tools/ippevecommon.h
Greatly simplify the man page handling.
[thirdparty/cups.git] / tools / ippevecommon.h
... / ...
CommitLineData
1/*
2 * Common header for IPP Everywhere printer commands for CUPS.
3 *
4 * Copyright © 2019 by Apple Inc.
5 *
6 * Licensed under Apache License v2.0. See the file "LICENSE" for more
7 * information.
8 */
9
10/*
11 * Include necessary headers...
12 */
13
14#include <cups/cups.h>
15#include <cups/raster.h>
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>
22
23
24/*
25 * Prototypes...
26 */