summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ivy.c b/src/ivy.c
index b78d227..157cf08 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -551,6 +551,12 @@ void IvySetFilter( int argc, const char **argv)
IvyBindingSetFilter( argc, argv );
}
+void IvyStop (void)
+{
+ IvyChannelStop();
+}
+
+
void IvyStart (const char* bus)
{