summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-01 15:53:39 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-01 15:53:39 +0000
commit54cd90b9331ef871b1fa864e9dd0eae4833efb2e (patch)
treeca4f5ab7c839cc6d72b5706da91b12716c385169 /pcre.h.in
parent22dd9d4cf58cf35d8f9571a034f97c6738723599 (diff)
downloadpcre-54cd90b9331ef871b1fa864e9dd0eae4833efb2e.tar.gz
Remove prototype for pcre[16]_info.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@844 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/pcre.h.in b/pcre.h.in
index 8523745..a0a2565 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -423,8 +423,6 @@ PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,
const char ***);
PCRE_EXP_DECL int pcre16_get_substring_list(PCRE_SPTR16, int *, int,
PCRE_SPTR16 **);
-PCRE_EXP_DECL int pcre_info(const pcre *, int *, int *);
-PCRE_EXP_DECL int pcre16_info(const pcre *, int *, int *);
PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
PCRE_EXP_DECL const unsigned char *pcre16_maketables(void);
PCRE_EXP_DECL int pcre_refcount(pcre *, int);