Print this page
2837 - remove print/lp* from gate and use CUPS from userland

*** 28,48 **** #ifndef _IPP_LISTENER_H #define _IPP_LISTENER_H /* $Id: ipp-listener.h 146 2006-03-24 00:26:54Z njacobs $ */ - #pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif #include <ipp.h> /* exported functions */ extern papi_status_t ipp_configure_operation(papi_attribute_t ***list, ! char *operation, char *type); extern papi_status_t ipp_process_request(papi_attribute_t **request, papi_attribute_t ***response, ipp_reader_t iread, void *fd); /* shared internal functions */ --- 28,47 ---- #ifndef _IPP_LISTENER_H #define _IPP_LISTENER_H /* $Id: ipp-listener.h 146 2006-03-24 00:26:54Z njacobs $ */ #ifdef __cplusplus extern "C" { #endif #include <ipp.h> /* exported functions */ extern papi_status_t ipp_configure_operation(papi_attribute_t ***list, ! const char *operation, ! const char *type); extern papi_status_t ipp_process_request(papi_attribute_t **request, papi_attribute_t ***response, ipp_reader_t iread, void *fd); /* shared internal functions */