summaryrefslogtreecommitdiff
path: root/pcre_newline.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_newline.c')
-rw-r--r--pcre_newline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_newline.c b/pcre_newline.c
index 804a2fd..92b81d1 100644
--- a/pcre_newline.c
+++ b/pcre_newline.c
@@ -73,7 +73,7 @@ Returns: TRUE or FALSE
*/
BOOL
-_pcre_is_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr,
+PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr,
BOOL utf8)
{
int c;
@@ -123,7 +123,7 @@ Returns: TRUE or FALSE
*/
BOOL
-_pcre_was_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr,
+PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr,
BOOL utf8)
{
int c;