diff options
| author | SVN Migration <svn@php.net> | 2005-06-10 18:06:44 +0000 |
|---|---|---|
| committer | SVN Migration <svn@php.net> | 2005-06-10 18:06:44 +0000 |
| commit | 02889a1980340caaa4f2450c834da87fb675f848 (patch) | |
| tree | 2e0b0f07f6810a635d5ecba89f63b6bfb63126f8 /sapi/cgi/libfcgi/include/fcgiappmisc.h | |
| parent | 3b1f8e9ad74ad07580e4248b39fd0db261c31aa0 (diff) | |
| download | php-git-02889a1980340caaa4f2450c834da87fb675f848.tar.gz | |
This commit was manufactured by cvs2svn to create tag 'php_5_0_1b1'.php-5.0.1b1
Diffstat (limited to 'sapi/cgi/libfcgi/include/fcgiappmisc.h')
| -rw-r--r-- | sapi/cgi/libfcgi/include/fcgiappmisc.h | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/sapi/cgi/libfcgi/include/fcgiappmisc.h b/sapi/cgi/libfcgi/include/fcgiappmisc.h deleted file mode 100644 index db8651a44b..0000000000 --- a/sapi/cgi/libfcgi/include/fcgiappmisc.h +++ /dev/null @@ -1,50 +0,0 @@ -/* - * fcgiappmisc.h -- - * - * Functions implemented by fcgiapp.h that aren't needed - * by normal applications, but may be useful to special - * applications. - * - * - * Copyright (c) 1996 Open Market, Inc. - * - * See the file "LICENSE.TERMS" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * $Id$ - */ - -#ifndef _FCGIAPPMISC_H -#define _FCGIAPPMISC_H - -#include "fcgiapp.h" /* for FCGX_Stream */ - -#if defined (c_plusplus) || defined (__cplusplus) -extern "C" { -#endif - -#ifdef _WIN32 -#ifndef DLLAPI -#ifdef FCGI_STATIC -#define DLLAPI -#else -#define DLLAPI __declspec(dllimport) -#endif -#endif -#else -#define DLLAPI -#endif - -DLLAPI FCGX_Stream *CreateWriter( - int socket, - int requestId, - int bufflen, - int streamType); - -DLLAPI void FreeStream(FCGX_Stream **stream); - -#if defined (__cplusplus) || defined (c_plusplus) -} /* terminate extern "C" { */ -#endif - -#endif /* _FCGIAPPMISC_H */ |
