summaryrefslogtreecommitdiff
path: root/Zend/zend_indent.h
diff options
context:
space:
mode:
authorStig S. Bakken <stig@php.net>1999-12-01 22:55:20 +0000
committerStig S. Bakken <stig@php.net>1999-12-01 22:55:20 +0000
commit93536507f686a9dfb041b4583cd37cf4c6c4c37c (patch)
tree4cd67a600c3cdccde6258386460768ccca28f8ee /Zend/zend_indent.h
parent2ddc4fe4f54ac9ab15c3cf5cf75c0ab684666c91 (diff)
downloadphp-git-93536507f686a9dfb041b4583cd37cf4c6c4c37c.tar.gz
Fix warnings surfacing in maintainer-mode.
Diffstat (limited to 'Zend/zend_indent.h')
-rw-r--r--Zend/zend_indent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_indent.h b/Zend/zend_indent.h
index aefc26464b..f534795218 100644
--- a/Zend/zend_indent.h
+++ b/Zend/zend_indent.h
@@ -21,6 +21,6 @@
#ifndef _ZEND_INDENT_H
#define _ZEND_INDENT_H
-ZEND_API void zend_indent();
+ZEND_API void zend_indent(void);
#endif /* _ZEND_INDENT_H */