diff options
author | fcolin | 2011-01-06 08:53:42 +0000 |
---|---|---|
committer | fcolin | 2011-01-06 08:53:42 +0000 |
commit | 308f7dea8b0c18e6b2c08057087e6805ab46761e (patch) | |
tree | 43e2115e42bc51450c5e10b1a81003722c409ce3 /Ivy/IvyCbindings.h | |
parent | 7217993a9879af670ccf2498e522186d27bbf443 (diff) | |
download | ivy-cplusplus-308f7dea8b0c18e6b2c08057087e6805ab46761e.zip ivy-cplusplus-308f7dea8b0c18e6b2c08057087e6805ab46761e.tar.gz ivy-cplusplus-308f7dea8b0c18e6b2c08057087e6805ab46761e.tar.bz2 ivy-cplusplus-308f7dea8b0c18e6b2c08057087e6805ab46761e.tar.xz |
mise en conformité de IvyMainLoop avec la version C
Diffstat (limited to 'Ivy/IvyCbindings.h')
-rw-r--r-- | Ivy/IvyCbindings.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Ivy/IvyCbindings.h b/Ivy/IvyCbindings.h index 38ccfd6..1f65b5d 100644 --- a/Ivy/IvyCbindings.h +++ b/Ivy/IvyCbindings.h @@ -99,7 +99,10 @@ DLL_EXPORT int IvySendMsg( const char *fmt_message, ... ); /* avec sprintf prea DLL_EXPORT void IvyBindDirectMsg( IvyCMsgDirectCallback callback, void *user_data);
DLL_EXPORT void IvySendDirectMsg( IvyClientPtr app, int id, char *msg );
-DLL_EXPORT void IvyMainLoop( void(*hook)(void) );
+
+/* mainloop */
+
+DLL_EXPORT void IvyMainLoop();
#ifdef __cplusplus
}
|