[Opensrf-commits] r1124 - trunk/include/opensrf

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 6 18:00:56 EST 2007


Author: dbs
Date: 2007-11-06 17:45:19 -0500 (Tue, 06 Nov 2007)
New Revision: 1124

Modified:
   trunk/include/opensrf/osrf_message.h
Log:
Correct name of prototype for osrf_message_get_last_locale()


Modified: trunk/include/opensrf/osrf_message.h
===================================================================
--- trunk/include/opensrf/osrf_message.h	2007-11-06 19:33:49 UTC (rev 1123)
+++ trunk/include/opensrf/osrf_message.h	2007-11-06 22:45:19 UTC (rev 1124)
@@ -99,7 +99,7 @@
 /* Get the current locale hint -- either the default or most recently received locale.
    Returns const char* to current_locale.
 */
-const char* osrf_message_get_current_locale(void);
+const char* osrf_message_get_last_locale(void);
 
 osrf_message* osrf_message_init( enum M_TYPE type, int thread_trace, int protocol );
 //void osrf_message_set_request_info( osrf_message*, char* param_name, json* params );



More information about the opensrf-commits mailing list