From: Jan Pospíšil Date: Wed, 8 Mar 2006 09:04:58 +0000 (+0000) Subject: make edg_wll_DoLog*() not static X-Git-Tag: glite-lb-client_R_2_1_4~19 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=fa3f59658c7e9ec37c67bff680db71613afb3bfc;p=jra1mw.git make edg_wll_DoLog*() not static --- diff --git a/org.glite.lb.client/src/producer.c b/org.glite.lb.client/src/producer.c index 7b4510d..ac05f44 100644 --- a/org.glite.lb.client/src/producer.c +++ b/org.glite.lb.client/src/producer.c @@ -88,7 +88,7 @@ int handle_answers(edg_wll_Context context, int code, const char *text) * \param logline IN formated ULM string *---------------------------------------------------------------------- */ -static int edg_wll_DoLogEvent( +int edg_wll_DoLogEvent( edg_wll_Context context, edg_wll_LogLine logline) { @@ -151,7 +151,7 @@ edg_wll_DoLogEvent_end: * \param logline IN formated ULM string *---------------------------------------------------------------------- */ -static int edg_wll_DoLogEventProxy( +int edg_wll_DoLogEventProxy( edg_wll_Context context, edg_wll_LogLine logline) { @@ -227,7 +227,7 @@ edg_wll_DoLogEventProxy_end: * \param logline IN formated ULM string *---------------------------------------------------------------------- */ -static int edg_wll_DoLogEventDirect( +int edg_wll_DoLogEventDirect( edg_wll_Context context, edg_wll_LogLine logline) {