Fix edg_wll_NotifDrop prototype (#34649).
authorZdeněk Salvet <salvet@ics.muni.cz>
Fri, 27 Feb 2009 10:02:27 +0000 (10:02 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Fri, 27 Feb 2009 10:02:27 +0000 (10:02 +0000)
org.glite.lb.client-interface/interface/notification.h
org.glite.lb.client/src/notification.c

index 0a92c60..da8ef7c 100644 (file)
@@ -127,7 +127,7 @@ int edg_wll_NotifRefresh(
 
 int edg_wll_NotifDrop(
        edg_wll_Context         context,
-       edg_wll_NotifId         *id
+       edg_wll_NotifId         id
 );
 
 /** Receive notification.
index ecf380c..d8a3998 100644 (file)
@@ -411,7 +411,7 @@ err:
 
 int edg_wll_NotifDrop(
         edg_wll_Context         ctx,
-        edg_wll_NotifId         *id)
+        edg_wll_NotifId         id)
 {
        char    *send_mess = NULL, *recv_mess = NULL, *response = NULL;
        time_t  not_used;