Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KCGI_WRITER_FREE(3)	     Library Functions Manual	     KCGI_WRITER_FREE(3)

NAME
     kcgi_writer_free -- free a writer

LIBRARY
     libkcgi

SYNOPSIS
     #include <sys/types.h>
     #include <stdarg.h>
     #include <stdint.h>
     #include <kcgi.h>

     void
     kcgi_writer_free(struct kcgi_writer *writer);

DESCRIPTION
     The    kcgi_writer_free()	  frees    the	  writer   channel   opened   by
     kcgi_writer_get(3).  After this, the channel must not be used.

SEE ALSO
     kcgi_writer_get(3)

AUTHORS
     This function was written by Kristaps Dzonsons <kristaps@bsd.lv>.

FreeBSD ports 15.quarterly	   $Mdocdate$		     KCGI_WRITER_FREE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kcgi_writer_free&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help