[open-ils-commits] r8552 - trunk/Open-ILS/include/openils

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jan 31 15:23:37 EST 2008


Author: miker
Date: 2008-01-31 14:55:57 -0500 (Thu, 31 Jan 2008)
New Revision: 8552

Modified:
   trunk/Open-ILS/include/openils/oils_utils.h
Log:
Missed the header in the last patch (from Scott McKellar)

Modified: trunk/Open-ILS/include/openils/oils_utils.h
===================================================================
--- trunk/Open-ILS/include/openils/oils_utils.h	2008-01-31 19:53:27 UTC (rev 8551)
+++ trunk/Open-ILS/include/openils/oils_utils.h	2008-01-31 19:55:57 UTC (rev 8552)
@@ -17,7 +17,7 @@
   @param idl_filename If not provided, we'll fetch the 
   filename from the settings server
  */
-osrfHash* oilsInitIDL( char* idl_filename );
+osrfHash* oilsInitIDL( const char* idl_filename );
 
 /**
   Returns the string value for field 'field' in the given object.



More information about the open-ils-commits mailing list