Use ippGet/ippSet (accessors) for IPP API.
authorJiri Popelka <jpopelka@redhat.com>
Thu, 19 Jul 2012 17:17:28 +0000 (19:17 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 20 Jul 2012 20:35:55 +0000 (22:35 +0200)
commitf7b88fbe9f5fc1fbeef733eb7c90bdcd28bdc7af
tree595f18ba2850ea05c2eff178f5a2cd67ab85cb61
parentb336b8ed586e7058e24332339241ffd31ccb1b68
Use ippGet/ippSet (accessors) for IPP API.

CUPS 1.6 makes various structures private and
introduces these ippGet and ippSet functions
for all of the fields in these structures.
http://www.cups.org/str.php?L3928

We define our own accessors when CUPS < 1.6.

Signed-off-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jul 20 22:35:55 CEST 2012 on sn-devel-104
source3/printing/print_cups.c
source3/printing/print_iprint.c