Revision: 844
http://vcs.pcre.org/viewvc?view=rev&revision=844
Author: ph10
Date: 2012-01-01 15:53:39 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
Remove prototype for pcre[16]_info.
Modified Paths:
--------------
code/trunk/pcre.h.in
Modified: code/trunk/pcre.h.in
===================================================================
--- code/trunk/pcre.h.in 2012-01-01 14:36:56 UTC (rev 843)
+++ code/trunk/pcre.h.in 2012-01-01 15:53:39 UTC (rev 844)
@@ -423,8 +423,6 @@
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);