]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/job.h
Merge changes from CUPS 1.4svn-r8606.
[thirdparty/cups.git] / scheduler / job.h
index 92a4b26acf6320874e80b9973c64bbe0e5bba5a3..5d47056f84745c9b22ef5daad55ff4a68cfda138 100644 (file)
@@ -29,7 +29,7 @@ typedef enum cupsd_jobaction_e                /**** Actions for state changes ****/
  * Job request structure...
  */
 
-typedef struct cupsd_job_s
+struct cupsd_job_s
 {
   int                  id,             /* Job ID */
                        priority,       /* Job priority */
@@ -82,7 +82,7 @@ typedef struct cupsd_job_s
   krb5_ccache          ccache;         /* Kerberos credential cache */
   char                 *ccname;        /* KRB5CCNAME environment variable */
 #endif /* HAVE_GSSAPI */
-} cupsd_job_t;
+};
 
 
 /*