/* ISC license. */ #include #include int genwrite_flush_bufalloc (void *target) { register bufalloc *ba = target ; return bufalloc_flush(ba) ; }