~ubuntu-branches/ubuntu/natty/cups/natty

« back to all changes in this revision

Viewing changes to scheduler/ipp.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-09-15 11:30:07 UTC
  • mto: (12.1.3 sid) (14.1.1 sid) (25.1.2 lucid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20090915113007-1gngzbskotfxronq
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * "$Id: ipp.c 8754 2009-07-14 23:17:24Z mike $"
 
2
 * "$Id: ipp.c 8801 2009-08-29 06:05:14Z mike $"
3
3
 *
4
4
 *   IPP routines for the Common UNIX Printing System (CUPS) scheduler.
5
5
 *
6556
6556
           "%d+%d+%d+%d+%s%s%s%s%s",
6557
6557
           con->request->request.op.request_id,
6558
6558
           limit ? limit->values[0].integer : 0,
6559
 
           timeout ? timeout->values[0].integer : 10,
 
6559
           timeout ? timeout->values[0].integer : 15,
6560
6560
           (int)User,
6561
6561
           requested_str,
6562
6562
           exclude_str[0] ? "%20" : "", exclude_str,
11433
11433
 
11434
11434
 
11435
11435
/*
11436
 
 * End of "$Id: ipp.c 8754 2009-07-14 23:17:24Z mike $".
 
11436
 * End of "$Id: ipp.c 8801 2009-08-29 06:05:14Z mike $".
11437
11437
 */