From: Michael Sweet Date: Sat, 20 Aug 2016 14:13:22 +0000 (-0400) Subject: Fix name of IPP Scan operation Send-Document-Images. X-Git-Tag: v2.2.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e06e4eb5f351a2858787f78788eaf29c58ae558c;p=thirdparty%2Fcups.git Fix name of IPP Scan operation Send-Document-Images. --- diff --git a/cups/ipp-support.c b/cups/ipp-support.c index 46a44fbfd0..fc53573cc5 100644 --- a/cups/ipp-support.c +++ b/cups/ipp-support.c @@ -209,7 +209,7 @@ static const char * const ipp_std_ops[] = "Close-Job", "Identify-Printer", "Validate-Document", - "Send-Hardcopy-Document", + "Add-Document-Images", "Acknowledge-Document", /* 0x0040 - 0x004a */ diff --git a/cups/ipp.h b/cups/ipp.h index 01c961c001..84585a27c5 100644 --- a/cups/ipp.h +++ b/cups/ipp.h @@ -302,7 +302,7 @@ typedef enum ipp_op_e /**** IPP operations ****/ IPP_OP_CLOSE_JOB, /* Close-Job */ IPP_OP_IDENTIFY_PRINTER, /* Identify-Printer */ IPP_OP_VALIDATE_DOCUMENT, /* Validate-Document */ - IPP_OP_SEND_HARDCOPY_DOCUMENT, /* Send-Hardcopy-Document */ + IPP_OP_ADD_DOCUMENT_IMAGES, /* Add-Document-Images */ IPP_OP_ACKNOWLEDGE_DOCUMENT, /* Acknowledge-Document */ IPP_OP_ACKNOWLEDGE_IDENTIFY_PRINTER, /* Acknowledge-Identify-Printer */ IPP_OP_ACKNOWLEDGE_JOB, /* Acknowledge-Job */ @@ -397,6 +397,7 @@ typedef enum ipp_op_e /**** IPP operations ****/ # define IPP_CLOSE_JOB IPP_OP_CLOSE_JOB # define IPP_IDENTIFY_PRINTER IPP_OP_IDENTIFY_PRINTER # define IPP_VALIDATE_DOCUMENT IPP_OP_VALIDATE_DOCUMENT +# define IPP_OP_SEND_HARDCOPY_DOCUMENT IPP_OP_ADD_DOCUMENT_IMAGES # define IPP_PRIVATE IPP_OP_PRIVATE # define CUPS_GET_DEFAULT IPP_OP_CUPS_GET_DEFAULT # define CUPS_GET_PRINTERS IPP_OP_CUPS_GET_PRINTERS