summaryrefslogtreecommitdiff
path: root/src/ivy.h
diff options
context:
space:
mode:
authorfcolin2010-12-21 16:22:59 +0000
committerfcolin2010-12-21 16:22:59 +0000
commit604b4ec8ea9f012af8c6529d142948deed6c0efb (patch)
tree790aeff9be935937e6d520baa3c77cc69f7f60f1 /src/ivy.h
parentd57a5c4a793cb263e8f8ee9d1d7f5ad39405eb9f (diff)
downloadivy-c-604b4ec8ea9f012af8c6529d142948deed6c0efb.zip
ivy-c-604b4ec8ea9f012af8c6529d142948deed6c0efb.tar.gz
ivy-c-604b4ec8ea9f012af8c6529d142948deed6c0efb.tar.bz2
ivy-c-604b4ec8ea9f012af8c6529d142948deed6c0efb.tar.xz
Local storage of readymessage and appname passed to IvyInit
Diffstat (limited to 'src/ivy.h')
-rw-r--r--src/ivy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ivy.h b/src/ivy.h
index 1701fc1..dc997a8 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -70,6 +70,7 @@ void IvyInit(
IvyDieCallback die_callback, /* last change callback before die */
void *die_data /* user data */
);
+void IvyTerminate();
void IvySetBindCallback(
IvyBindCallback bind_callback,