summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-01 01:49:15 +0000
committerfoobar <sniper@php.net>2003-02-01 01:49:15 +0000
commit333406bdc22fcc14db08f2685b4c76f87ac7b1db (patch)
tree0b02fb6698a3fb456ea72744cd826b91247fd949 /Zend/zend_builtin_functions.h
parentbdb1c0cf8680cde2e44c31764f4fcfc703f25ed6 (diff)
downloadphp-git-333406bdc22fcc14db08f2685b4c76f87ac7b1db.tar.gz
- Added some missing CVS $Id$ tags, headers and footers.
Diffstat (limited to 'Zend/zend_builtin_functions.h')
-rw-r--r--Zend/zend_builtin_functions.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_builtin_functions.h b/Zend/zend_builtin_functions.h
index eb44c8e2bd..049e11e664 100644
--- a/Zend/zend_builtin_functions.h
+++ b/Zend/zend_builtin_functions.h
@@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
#ifndef ZEND_BUILTIN_FUNCTIONS_H
#define ZEND_BUILTIN_FUNCTIONS_H
@@ -24,3 +25,11 @@
int zend_startup_builtin_functions(TSRMLS_D);
#endif /* ZEND_BUILTIN_FUNCTIONS_H */
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */