From: Sander Roobol Date: Tue, 16 Apr 2002 14:19:09 +0000 (+0000) Subject: Added missing function to function_entry X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c18338b84e8507d962d4c2954e57c2b6d8e9d74d;p=php Added missing function to function_entry --- diff --git a/ext/w32api/w32api.c b/ext/w32api/w32api.c index c3513e5f20..89190d3175 100644 --- a/ext/w32api/w32api.c +++ b/ext/w32api/w32api.c @@ -41,7 +41,8 @@ function_entry w32api_functions[] = { PHP_FE(w32api_deftype, NULL) PHP_FE(w32api_init_dtype, NULL) PHP_FE(w32api_set_call_method, NULL) - {NULL, NULL, NULL} + PHP_FE(w32api_invoke_function, NULL) + {NULL, NULL, NULL} }; /* }}} */ @@ -895,4 +896,4 @@ PHP_FUNCTION(w32api_init_dtype) /* }}} */ -#endif /* HAVE_W32API */ \ No newline at end of file +#endif /* HAVE_W32API */