summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2002-02-21 16:33:37 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-22 01:56:06 +0000
commit206947d2c0ace466f6b1e79f9bf44a86d72fb50d (patch)
treea6afc3fc8dff78ce751dd986cce9b27dcb304cca /proto.h
parent445e6c975b30ffac31340f4bbc1d4513954992f8 (diff)
downloadperl-206947d2c0ace466f6b1e79f9bf44a86d72fb50d.tar.gz
pack with a human face: the sequel
Message-ID: <20020221213337.A23848@math.ohio-state.edu> p4raw-id: //depot/perl@14824
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index f3e894cdb3..3de4e0a54a 100644
--- a/proto.h
+++ b/proto.h
@@ -1109,6 +1109,7 @@ STATIC int S_div128(pTHX_ SV *pnum, bool *done);
STATIC char * S_next_symbol(pTHX_ char *pat, char *patend);
STATIC I32 S_find_count(pTHX_ char **ppat, char *patend, int *star);
STATIC char * S_group_end(pTHX_ char *pat, char *patend, char ender);
+STATIC I32 S_measure_struct(pTHX_ char *pat, char *patend);
#endif
#if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT)