diff options
| author | Sascha Schumann <sas@php.net> | 1999-12-10 12:38:20 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-12-10 12:38:20 +0000 |
| commit | e08b2e7b0f3951b4ea375499f21ea67bc8c799e2 (patch) | |
| tree | 9879b93e5c7d1536f212ec336e913f2b06e306df /main/SAPI.c | |
| parent | 415d53e751353638f7e12a19603f896bd1d1f564 (diff) | |
| download | php-git-e08b2e7b0f3951b4ea375499f21ea67bc8c799e2.tar.gz | |
Export sapi_free_header()
Diffstat (limited to 'main/SAPI.c')
| -rw-r--r-- | main/SAPI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.c b/main/SAPI.c index b88b8ebf8c..09b1823f18 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -86,7 +86,7 @@ SAPI_API void sapi_shutdown(void) } -static void sapi_free_header(sapi_header_struct *sapi_header) +SAPI_API void sapi_free_header(sapi_header_struct *sapi_header) { efree(sapi_header->header); } |
