From fa3f59658c7e9ec37c67bff680db71613afb3bfc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Wed, 8 Mar 2006 09:04:58 +0000 Subject: [PATCH] make edg_wll_DoLog*() not static --- org.glite.lb.client/src/producer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) { -- 1.8.2.3