Skip to content

Commit

Permalink
added INIT_FUNC_ARGS_PASSTHRU and SHUTDOWN_FUNC_ARGS_PASSTHRU
Browse files Browse the repository at this point in the history
  • Loading branch information
stigsb committed Jun 16, 1999
1 parent 80f1ce5 commit 5d4579a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Zend/zend_modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
#define _MODULES_H

#define INIT_FUNC_ARGS int type, int module_number
#define INIT_FUNC_ARGS_PASSTHRU type, module_number
#define SHUTDOWN_FUNC_ARGS int type, int module_number
#define SHUTDOWN_FUNC_ARGS_PASSTHRU type, module_number
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module

#define STANDARD_MODULE_PROPERTIES 0, 0, 0, NULL, 0
Expand Down

0 comments on commit 5d4579a

Please sign in to comment.