]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/job.h
Import CUPS 1.4svn-r7226.
[thirdparty/cups.git] / scheduler / job.h
index 70469058338866e73ed32a09039bdadfc663e24a..78c836b75d2f7379a78ce28c7332969b16c8b9ff 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   Print job definitions for the Common UNIX Printing System (CUPS) scheduler.
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2008 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -123,7 +123,7 @@ extern void         cupsdSetJobHoldUntil(cupsd_job_t *job, const char *when);
 extern void            cupsdSetJobPriority(cupsd_job_t *job, int priority);
 extern void            cupsdStopAllJobs(int force);
 extern void            cupsdStopJob(cupsd_job_t *job, int force);
-extern void            cupsdTimeoutJob(cupsd_job_t *job);
+extern int             cupsdTimeoutJob(cupsd_job_t *job);
 extern void            cupsdUnloadCompletedJobs(void);