Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
srohatgi01
GitHub Repository: srohatgi01/cups
Path: blob/master/cgi-bin/cgi-private.h
1090 views
1
/*
2
* Private CGI definitions for CUPS.
3
*
4
* Copyright 2007-2011 by Apple Inc.
5
* Copyright 1997-2006 by Easy Software Products.
6
*
7
* Licensed under Apache License v2.0. See the file "LICENSE" for more information.
8
*/
9
10
/*
11
* Include necessary headers...
12
*/
13
14
#include "cgi.h"
15
#include <cups/debug-private.h>
16
#include <cups/language-private.h>
17
#include <cups/string-private.h>
18
#include <cups/ipp-private.h> /* TODO: Update so we don't need this */
19
20
21
/*
22
* Limits...
23
*/
24
25
#define CUPS_PAGE_MAX 100 /* Maximum items per page */
26
27