- run ext sources through conv_proto

- add necessary phpext_*_ptr
This commit is contained in:
Sascha Schumann 1999-05-21 10:06:25 +00:00
parent 4fe8fe715e
commit b57dc27595
66 changed files with 1615 additions and 1317 deletions

View file

@ -5,8 +5,8 @@
extern int php3_minit_COM(INIT_FUNC_ARGS);
extern int php3_mshutdown_COM(SHUTDOWN_FUNC_ARGS);
extern void php3_COM_load(INTERNAL_FUNCTION_PARAMETERS);
extern void php3_COM_invoke(INTERNAL_FUNCTION_PARAMETERS);
PHP_FUNCTION(COM_load);
PHP_FUNCTION(COM_invoke);
PHP_FUNCTION(com_propget);
PHP_FUNCTION(com_propput);
@ -19,4 +19,6 @@ extern php3_module_entry COM_module_entry;
#endif /* Win32|WINNT */
#define phpext_COM_ptr COM_module_ptr
#endif /* _PHP3_COM_H */