X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Ffcgiapp.h;fp=include%2Ffcgiapp.h;h=62ae17e78e2803bc323cb8ccbb9612c606cd908a;hb=967b1cfaae39d664f5d531043507623cb6ba6ec2;hp=6c1bfd0fe0f481de8d8712abad14872bb92df595;hpb=ef8432ef3378037adf217ea3f55819777397c125;p=catagits%2Ffcgi2.git diff --git a/include/fcgiapp.h b/include/fcgiapp.h index 6c1bfd0..62ae17e 100644 --- a/include/fcgiapp.h +++ b/include/fcgiapp.h @@ -9,7 +9,7 @@ * See the file "LICENSE.TERMS" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * $Id: fcgiapp.h,v 1.9 2001/09/06 20:06:03 robs Exp $ + * $Id: fcgiapp.h,v 1.10 2001/09/14 19:43:31 robs Exp $ */ #ifndef _FCGIAPP_H @@ -615,15 +615,6 @@ DLLAPI void FCGX_FreeStream(FCGX_Stream **stream); */ DLLAPI void FCGX_ShutdownPending(void); -/* ---------------------------------------------------------------------- - * - * Prevent the lib from interacting with clients in any way - * (including accepting new requests). Signal handler safe. - * - * ---------------------------------------------------------------------- - */ -DLLAPI void FCGX_Shutdown(void); - #if defined (__cplusplus) || defined (c_plusplus) } /* terminate extern "C" { */ #endif