summaryrefslogtreecommitdiff
path: root/pcre_fullinfo.c
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:41:13 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:41:13 +0000
commit2550303b1f255c525d802f94d9c4411a0ccc630f (patch)
treeec4504b6ce58f106752b7306810fbc35b7263be2 /pcre_fullinfo.c
parent9413dc1ec018ad717d506487968b1f4c2b778e3f (diff)
downloadpcre-2550303b1f255c525d802f94d9c4411a0ccc630f.tar.gz
Load pcre-6.4 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@85 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_fullinfo.c')
-rw-r--r--pcre_fullinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_fullinfo.c b/pcre_fullinfo.c
index ac80e65..cd1a9a4 100644
--- a/pcre_fullinfo.c
+++ b/pcre_fullinfo.c
@@ -61,7 +61,7 @@ Arguments:
Returns: 0 if data returned, negative on error
*/
-EXPORT int
+PCRE_EXPORT int
pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what,
void *where)
{