diff options
author | foobar <sniper@php.net> | 2001-09-07 00:58:23 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-09-07 00:58:23 +0000 |
commit | 8d8e26577d1e132abe01f4601f5ee085cfa1bc48 (patch) | |
tree | b1fe5359ef946d450be8e8890cd5e5eeaa0ba74f /main/SAPI.h | |
parent | c8751fc8a52c62da1dc02c639a6f1bac5de8019b (diff) | |
download | php-git-8d8e26577d1e132abe01f4601f5ee085cfa1bc48.tar.gz |
Cleanup.
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index babc5a4612..8a8be9425a 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -123,7 +123,6 @@ SAPI_API extern int sapi_globals_id; extern SAPI_API sapi_globals_struct sapi_globals; #endif - SAPI_API void sapi_startup(sapi_module_struct *sf); SAPI_API void sapi_shutdown(void); SAPI_API void sapi_activate(TSRMLS_D); |