summaryrefslogtreecommitdiff
path: root/src/ivyloop.c
diff options
context:
space:
mode:
authorsc1999-01-11 11:36:25 +0000
committersc1999-01-11 11:36:25 +0000
commitb379c8d617d15837ab3a5ae278afdd0a30b7c550 (patch)
treef489a6731b434f1cf7b3d84a8bae92e31b0403a0 /src/ivyloop.c
parentf32c354d5918eebf9add09aa48e6adadd4cd1b4a (diff)
downloadivy-c-b379c8d617d15837ab3a5ae278afdd0a30b7c550.zip
ivy-c-b379c8d617d15837ab3a5ae278afdd0a30b7c550.tar.gz
ivy-c-b379c8d617d15837ab3a5ae278afdd0a30b7c550.tar.bz2
ivy-c-b379c8d617d15837ab3a5ae278afdd0a30b7c550.tar.xz
IvyChannelStop -> IvyStop
moved declaration to ivy.h
Diffstat (limited to 'src/ivyloop.c')
-rw-r--r--src/ivyloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivyloop.c b/src/ivyloop.c
index a65e8d0..9dc24cd 100644
--- a/src/ivyloop.c
+++ b/src/ivyloop.c
@@ -162,7 +162,7 @@ void IvyChannelInit(void)
}
-void IvyChannelStop(void)
+void IvyStop (void)
{
MainLoop = 0;
}