canonify input parameter
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 14 Mar 2008 12:37:29 +0000 (12:37 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 14 Mar 2008 12:37:29 +0000 (12:37 +0000)
org.glite.lb.client/interface/notification.h
org.glite.lb.client/src/notification.c

index d9bb98a..791c691 100644 (file)
@@ -110,7 +110,7 @@ int edg_wll_NotifRefresh(
 
 int edg_wll_NotifDrop(
        edg_wll_Context         context,
-       edg_wll_NotifId         *id
+       edg_wll_NotifId         id
 );
 
 /** Receive notification.
index 6ed5b2d..e49d371 100644 (file)
@@ -412,7 +412,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;