cups/tools/ippevecommon.h

27 lines
444 B
C
Raw Normal View History

2022-05-13 20:08:20 +08:00
/*
* Common header for IPP Everywhere printer commands for CUPS.
*
* Copyright © 2019 by Apple Inc.
*
* Licensed under Apache License v2.0. See the file "LICENSE" for more
* information.
*/
/*
* Include necessary headers...
*/
#include <cups/cups.h>
#include <cups/raster.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <cups/string-private.h>
/*
* Prototypes...
*/