summaryrefslogtreecommitdiff
path: root/ext/skeleton/php_skeleton.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-07-17 23:15:37 +0200
committerJohannes Schlüter <johannes@php.net>2013-07-17 23:18:13 +0200
commitf7e204d7ed57754eceb01004b68dc733d3259c4c (patch)
treeae1c2c7356413efb0ef46ef7868eb7d19a11c1c4 /ext/skeleton/php_skeleton.h
parenta5d177cbc864ff983bdcd4890029ea7eb6dd4d51 (diff)
downloadphp-git-f7e204d7ed57754eceb01004b68dc733d3259c4c.tar.gz
Slightly modernize ext_skel and sekelton/
- .svnignore ->.gitignore - Add .gitignore entries for DSO stand-alone builds stuff - Docs don't use CVS but SVN - reorder extname.c file so it needs less forward declarations - take forward declarations out of php_extname.h - Drop #if for 12 years old PHP version compatibility
Diffstat (limited to 'ext/skeleton/php_skeleton.h')
-rw-r--r--ext/skeleton/php_skeleton.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/skeleton/php_skeleton.h b/ext/skeleton/php_skeleton.h
index 495907bbd1..86836c03e2 100644
--- a/ext/skeleton/php_skeleton.h
+++ b/ext/skeleton/php_skeleton.h
@@ -18,15 +18,6 @@ extern zend_module_entry extname_module_entry;
#include "TSRM.h"
#endif
-PHP_MINIT_FUNCTION(extname);
-PHP_MSHUTDOWN_FUNCTION(extname);
-PHP_RINIT_FUNCTION(extname);
-PHP_RSHUTDOWN_FUNCTION(extname);
-PHP_MINFO_FUNCTION(extname);
-
-PHP_FUNCTION(confirm_extname_compiled); /* For testing, remove later. */
-/* __function_declarations_here__ */
-
/*
Declare any global variables you may need between the BEGIN
and END macros here: