call the fcgi lib's attach/detach
[fcgi2.git] / doc / FCGI_SetExitStatus.3
bloba1cc2142e2c97af56e1f55d3131bd4fe3a9c583d
1 NAME
2      FCGI_SetExitStatus - fcgi_stdio compatibility library
4 SYNOPSIS
5      #include "fcgi_stdio.h"
7      void
8      FCGI_SetExitStatus(int status);
11 DESCRIPTION
12      Sets the exit status for the current FastCGI request.
13      The exit status is the status code the request would have
14      exited with, had the request been run as a CGI program.
16      You can call FCGI_SetExitStatus several times during a request;
17      the last call before the request ends determines the value.
18      
19 SEE ALSO
20      FCGI_Accept(3)
21      FCGI_StartFilterData(3)
22      cgi-fcgi(1)
24 HISTORY
25      Copyright (c) 1996 Open Market, Inc.
26      See the file "LICENSE.TERMS" for information on usage and redistribution
27      of this file, and for a DISCLAIMER OF ALL WARRANTIES.
28      $Id: FCGI_SetExitStatus.3,v 1.1 1997/09/16 15:36:25 stanleyg Exp $