diff options
| author | Harald Radi <phanto@php.net> | 2003-01-16 18:46:59 +0000 |
|---|---|---|
| committer | Harald Radi <phanto@php.net> | 2003-01-16 18:46:59 +0000 |
| commit | f390fbb92ad7ddd5e3e90755b6973d25ee5ae6af (patch) | |
| tree | 05c0bb25503abfeb29d09c402c40d292b26ab127 /ext/rpc/skeleton/php_skeleton.h | |
| parent | 4024425e8e1f1f61b5442724923123015c937bc0 (diff) | |
| download | php-git-f390fbb92ad7ddd5e3e90755b6973d25ee5ae6af.tar.gz | |
update skeleton
Diffstat (limited to 'ext/rpc/skeleton/php_skeleton.h')
| -rw-r--r-- | ext/rpc/skeleton/php_skeleton.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ext/rpc/skeleton/php_skeleton.h b/ext/rpc/skeleton/php_skeleton.h new file mode 100644 index 0000000000..e591b90b13 --- /dev/null +++ b/ext/rpc/skeleton/php_skeleton.h @@ -0,0 +1,25 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.02 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available at through the world-wide-web at | + | http://www.php.net/license/2_02.txt. | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: Harald Radi <h.radi@nme.at> | + +----------------------------------------------------------------------+ + */ + +#ifndef PHP_SKELETON_H +#define PHP_SKELETON_H + +extern zend_module_entry skeleton_module_entry; +#define phpext_skeleton_ptr &skeleton_module_entry + +#endif /* PHP_SKELETON_H */
\ No newline at end of file |
