summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
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);