From 333590c44e0c66bd4a791cfd810126eaf3a56312 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 30 Apr 1999 15:40:24 +0000 Subject: *** empty log message *** --- src/ivy.c | 2 +- src/ivytcl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ivy.c b/src/ivy.c index db52a86..4a68811 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -674,7 +674,7 @@ void IvyStart (const char* bus) /* desabonnements */ void -UnbindMsg (MsgRcvPtr msg) +IvyUnbindMsg (MsgRcvPtr msg) { IvyClientPtr clnt; /* Send to already connected clients */ diff --git a/src/ivytcl.c b/src/ivytcl.c index d55b465..1c374ad 100755 --- a/src/ivytcl.c +++ b/src/ivytcl.c @@ -383,7 +383,7 @@ IvyUnbindCmd(ClientData clientData, } filter = (filter_struct *) Tcl_GetHashValue(entry); - UnbindMsg(filter->id); + IvyUnbindMsg(filter->id); ckfree(filter->script); ckfree(filter->filter); ckfree((char *) filter); -- cgit v1.1