Name

ap_pfclose — close a stream opened with pfopen() or pfdopen()

Synopsis

int ap_pfclose(pool *p, FILE *fd)

Closes the stream with fclose(), removing its cleanup function from the pool. Returns whatever fclose( ) returns.