From: Zdeněk Salvet Date: Fri, 27 Feb 2009 10:02:27 +0000 (+0000) Subject: Fix edg_wll_NotifDrop prototype (#34649). X-Git-Tag: glite-lb-client_R_3_2_2_1~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=b86a17afe41e8d3e5572237bd8c3243b375ddb6f;p=jra1mw.git Fix edg_wll_NotifDrop prototype (#34649). --- diff --git a/org.glite.lb.client-interface/interface/notification.h b/org.glite.lb.client-interface/interface/notification.h index 0a92c60..da8ef7c 100644 --- a/org.glite.lb.client-interface/interface/notification.h +++ b/org.glite.lb.client-interface/interface/notification.h @@ -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. diff --git a/org.glite.lb.client/src/notification.c b/org.glite.lb.client/src/notification.c index ecf380c..d8a3998 100644 --- a/org.glite.lb.client/src/notification.c +++ b/org.glite.lb.client/src/notification.c @@ -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;