]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/dest-job.c
Save work on documentation.
[thirdparty/cups.git] / cups / dest-job.c
index 9fc0bdb9a40b76f8388532eb3a4c62d33b13f93b..f12b1dc58e3b29bd4fb39a6703cefae1a102fc59 100644 (file)
  * The "job_id" is the number returned by cupsCreateDestJob.
  *
  * Returns @code IPP_STATUS_OK@ on success and
- * @code IPP_STATUS_ERRPR_NOT_AUTHORIZED@ or
+ * @code IPP_STATUS_ERROR_NOT_AUTHORIZED@ or
  * @code IPP_STATUS_ERROR_FORBIDDEN@ on failure.
  *
  * @since CUPS 1.6/macOS 10.8@
  */
 
-ipp_status_t
+ipp_status_t                            /* O - Status of cancel operation */
 cupsCancelDestJob(http_t      *http,   /* I - Connection to destination */
                   cups_dest_t *dest,   /* I - Destination */
                   int         job_id)  /* I - Job ID */