--- ray/src/ot/init2otypes.c 2003/02/22 02:07:26 2.2 +++ ray/src/ot/init2otypes.c 2004/03/27 12:41:45 2.3 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: init2otypes.c,v 2.2 2003/02/22 02:07:26 greg Exp $"; +static const char RCSid[] = "$Id: init2otypes.c,v 2.3 2004/03/27 12:41:45 schorsch Exp $"; #endif /* * Initialize ofun[] list for bounding box checker @@ -14,7 +14,8 @@ static const char RCSid[] = "$Id: init2otypes.c,v 2.2 FUN ofun[NUMOTYPE] = INIT_OTYPE; -o_default() /* default action is no intersection */ +int +o_default(void) /* default action is no intersection */ { return(O_MISS); }