make edg_wll_DoLog*() not static
authorJan Pospíšil <honik@ntc.zcu.cz>
Wed, 8 Mar 2006 09:04:58 +0000 (09:04 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Wed, 8 Mar 2006 09:04:58 +0000 (09:04 +0000)
org.glite.lb.client/src/producer.c

index 7b4510d..ac05f44 100644 (file)
@@ -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)
 {