diff options
| author | Sascha Schumann <sas@php.net> | 1999-05-16 11:19:26 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-05-16 11:19:26 +0000 |
| commit | 39691bed9e9ce9480b2ee80edd275dca67ec840f (patch) | |
| tree | 1157b0b5da25c06762da69493874e66e308e4c9c /ext/standard/dl.h | |
| parent | 5a4c63db531a762e2a2de025b0583293b1e7c679 (diff) | |
| download | php-git-39691bed9e9ce9480b2ee80edd275dca67ec840f.tar.gz | |
conv_proto *.[ch]
Diffstat (limited to 'ext/standard/dl.h')
| -rw-r--r-- | ext/standard/dl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h index a6e134e691..45e2c46098 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -35,7 +35,7 @@ #ifndef _DL_H #define _DL_H -extern void php3_dl(pval *file,int type,pval *return_value); +void php3_dl(pval *file,int type,pval *return_value); #if HAVE_LIBDL @@ -44,11 +44,11 @@ extern php3_module_entry dl_module_entry; #define dl_module_ptr &dl_module_entry /* dynamic loading functions */ -extern void dl(INTERNAL_FUNCTION_PARAMETERS); +void dl(INTERNAL_FUNCTION_PARAMETERS); extern int php3_minit_dl(INIT_FUNC_ARGS); extern int php3_mshutdown_dl(SHUTDOWN_FUNC_ARGS); extern int php3_rshutdown_dl(SHUTDOWN_FUNC_ARGS); -extern void php3_info_dl(ZEND_MODULE_INFO_FUNC_ARGS); +void php3_info_dl(ZEND_MODULE_INFO_FUNC_ARGS); #else |
