From 4d42efafcb4d2ffed6af12a1501f65beab3593aa Mon Sep 17 00:00:00 2001 From: bustico Date: Tue, 25 Jan 2011 17:34:23 +0000 Subject: fix some files so they can be compiled with g++ without warning(s) --- src/ivyloop.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ivyloop.h') diff --git a/src/ivyloop.h b/src/ivyloop.h index 5639495..ff1b920 100644 --- a/src/ivyloop.h +++ b/src/ivyloop.h @@ -56,10 +56,10 @@ extern void IvyMainLoop(void); typedef void ( *IvyHookPtr) ( void *data ); -extern void IvyChannelAddWritableEvent(Channel channel); -extern void IvyChannelClearWritableEvent(Channel channel); -extern void IvySetBeforeSelectHook(IvyHookPtr before, void *data ); -extern void IvySetAfterSelectHook(IvyHookPtr after, void *data ); +void IvyChannelAddWritableEvent(Channel channel); +void IvyChannelClearWritableEvent(Channel channel); +void IvySetBeforeSelectHook(IvyHookPtr before, void *data ); +void IvySetAfterSelectHook(IvyHookPtr after, void *data ); #ifdef __cplusplus } -- cgit v1.1