You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/10/16 15:28:41 UTC

svn commit: r464485 - /webservices/axis2/trunk/c/util/src/log.c

Author: samisa
Date: Mon Oct 16 06:28:41 2006
New Revision: 464485

URL: http://svn.apache.org/viewvc?view=rev&rev=464485
Log:
Added the extern stuff for windows

Modified:
    webservices/axis2/trunk/c/util/src/log.c

Modified: webservices/axis2/trunk/c/util/src/log.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/log.c?view=diff&rev=464485&r1=464484&r2=464485
==============================================================================
--- webservices/axis2/trunk/c/util/src/log.c (original)
+++ webservices/axis2/trunk/c/util/src/log.c Mon Oct 16 06:28:41 2006
@@ -71,7 +71,7 @@
         axis2_thread_mutex_t *mutex, axis2_log_levels_t level,
         const axis2_char_t * file, const int line, const axis2_char_t * value);
 
-axis2_log_t * AXIS2_CALL axis2_log_create_default (axis2_allocator_t *allocator);
+AXIS2_EXTERN axis2_log_t * AXIS2_CALL axis2_log_create_default (axis2_allocator_t *allocator);
 
 
 
@@ -466,7 +466,7 @@
     return time_str;
 }
 
-axis2_log_t * AXIS2_CALL 
+AXIS2_EXTERN axis2_log_t * AXIS2_CALL 
 axis2_log_create_default (axis2_allocator_t *allocator)
 {
 	 axis2_log_impl_t *log_impl;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org