diff options
| author | Sander Roobol <sander@php.net> | 2002-04-16 14:20:57 +0000 |
|---|---|---|
| committer | Sander Roobol <sander@php.net> | 2002-04-16 14:20:57 +0000 |
| commit | bec22b1ce40c1deafbdab72594eeedc7091ce7ea (patch) | |
| tree | 93cb7c71d97d2312302681503914cdfc75c9ea04 /ext/w32api/w32api.c | |
| parent | dd1cedd5ca05dcbe47bb3f2cfb9632e074157bd7 (diff) | |
| download | php-git-bec22b1ce40c1deafbdab72594eeedc7091ce7ea.tar.gz | |
MFH (#16628)
Diffstat (limited to 'ext/w32api/w32api.c')
| -rw-r--r-- | ext/w32api/w32api.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/w32api/w32api.c b/ext/w32api/w32api.c index c3513e5f20..529fd56999 100644 --- a/ext/w32api/w32api.c +++ b/ext/w32api/w32api.c @@ -41,6 +41,7 @@ function_entry w32api_functions[] = { PHP_FE(w32api_deftype, NULL) PHP_FE(w32api_init_dtype, NULL) PHP_FE(w32api_set_call_method, 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 */ |
