Print this page
Bump Apache dependency to Apache 2

@@ -18,10 +18,11 @@
  *
  * CDDL HEADER END
  */
 
 /*
+ * Copyright 2012 Nexenta Systems, Inc.  All rights reserved.
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  *
  */
 

@@ -28,21 +29,20 @@
 #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);
+                                                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 */