--- TokyoDystopia.xs 2008/08/17 22:54:54 8 +++ TokyoDystopia.xs 2008/08/17 22:58:23 9 @@ -68,3 +68,15 @@ RETVAL = tcidbsetcache(db, icsiz, lcnum); OUTPUT: RETVAL + + +int +setfwmmax(db, fwmax) + void * db + int fwmax +CODE: + RETVAL = tcidbsetfwmmax(db, fwmax); +OUTPUT: + RETVAL + +