summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>1999-12-05 14:16:37 +0000
committerRasmus Lerdorf <rasmus@php.net>1999-12-05 14:16:37 +0000
commitdfd0f8824c1ee7c391859f265caa571c8adae7b9 (patch)
treeb0ebf17cce4bad1fca0f66ebb23b9b88dabee931 /ext/standard/string.c
parentca362445c486e878d3ae287683d14fd54c13ebd6 (diff)
downloadphp-git-dfd0f8824c1ee7c391859f265caa571c8adae7b9.tar.gz
More maintainer-mode cleanups
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r--ext/standard/string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c
index e1592343f4..9fac617dda 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -33,6 +33,8 @@
#include "zend_execute.h"
#include "php_globals.h"
+int php_tag_find(char *tag, int len, char *set);
+
/* this is read-only, so it's ok */
static char hexconvtab[] = "0123456789abcdef";