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 re‐
17quest;
18     the last call before the request ends determines the value.
19
20SEE ALSO
21     FCGI_Accept(3)
22     FCGI_StartFilterData(3)
23     cgi‐fcgi(1)
24
25HISTORY
26     Copyright (c) 1996 Open Market, Inc.
27     See the file "LICENSE.TERMS" for information  on  usage  and
28redistribution
29     of this file, and for a DISCLAIMER OF ALL WARRANTIES.
30     $Id:   FCGI_SetExitStatus.3,v  1.1.1.1  1997/09/16  15:36:25
31stanleyg Exp $
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Impressum