summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ivyxtloop.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ivyxtloop.c b/src/ivyxtloop.c
index 9f3a408..52c3751 100644
--- a/src/ivyxtloop.c
+++ b/src/ivyxtloop.c
@@ -134,3 +134,10 @@ Channel IvyXtChannelSetUp(HANDLE fd, void *data,
return channel;
}
+
+void
+IvyStop ()
+{
+ /* To be implemented */
+}
+