fix validation, organization, and links
[catagits/fcgi2.git] / doc / FCGI_SetExitStatus.3
CommitLineData
0198fd3c 1NAME
2 FCGI_SetExitStatus - fcgi_stdio compatibility library
3
4SYNOPSIS
5 #include "fcgi_stdio.h"
6
7 void
8 FCGI_SetExitStatus(int status);
9
10
11DESCRIPTION
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.
15
16 You can call FCGI_SetExitStatus several times during a request;
17 the last call before the request ends determines the value.
18
19SEE ALSO
20 FCGI_Accept(3)
21 FCGI_StartFilterData(3)
22 cgi-fcgi(1)
23
24HISTORY
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 $