mirror of https://gitee.com/openkylin/cups.git
27 lines
444 B
C
27 lines
444 B
C
/*
|
|
* 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...
|
|
*/
|