summaryrefslogtreecommitdiff
path: root/pcre_refcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_refcount.c')
-rw-r--r--pcre_refcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_refcount.c b/pcre_refcount.c
index 40912a8..8339019 100644
--- a/pcre_refcount.c
+++ b/pcre_refcount.c
@@ -63,7 +63,7 @@ Returns: the (possibly updated) count value (a non-negative number), or
a negative error number
*/
-PCRE_DATA_SCOPE int
+PCRE_EXP_DEFN int
pcre_refcount(pcre *argument_re, int adjust)
{
real_pcre *re = (real_pcre *)argument_re;