diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2012-01-01 15:53:39 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2012-01-01 15:53:39 +0000 |
commit | 54cd90b9331ef871b1fa864e9dd0eae4833efb2e (patch) | |
tree | ca4f5ab7c839cc6d72b5706da91b12716c385169 /pcre.h.in | |
parent | 22dd9d4cf58cf35d8f9571a034f97c6738723599 (diff) | |
download | pcre-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.in | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |