From: minima Date: Sun, 27 Jan 2002 15:39:59 +0000 (+0000) Subject: get rid of warning X-Git-Tag: R_1_50~75 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=500bf82033a0b678d4c1a80a9bc417ae6ea53e57 get rid of warning --- diff --git a/src/sel.h b/src/sel.h index 4dad4168..5fb1d3c6 100755 --- a/src/sel.h +++ b/src/sel.h @@ -8,7 +8,10 @@ * $Header$ * * $Log$ - * Revision 1.4 2002-01-27 15:35:33 minima + * Revision 1.5 2002-01-27 15:39:59 minima + * get rid of warning + * + * Revision 1.4 2002/01/27 15:35:33 minima * try to fix EOF on standard input problems * * Revision 1.3 2000/07/20 14:16:00 minima @@ -44,7 +47,7 @@ typedef struct { void *fcb; /* any fcb associated with this thing */ reft *msgbase; /* any messages for this port */ int (*handler)(); /* the handler for this thingy */ - int (*closehandler)(); /* special close handler */ + void (*closehandler)(); /* special close handler */ } sel_t; extern sel_t *sel;