aboutsummaryrefslogtreecommitdiffstats
path: root/oniguruma.h
diff options
context:
space:
mode:
Diffstat (limited to 'oniguruma.h')
-rw-r--r--oniguruma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/oniguruma.h b/oniguruma.h
index ef448cc698..95dfbebc5f 100644
--- a/oniguruma.h
+++ b/oniguruma.h
@@ -704,8 +704,8 @@ typedef struct {
int upper;
} OnigRepeatRange;
-typedef void (*OnigWarnFunc) P_((const char* s));
-extern void onig_null_warn P_((const char* s));
+typedef void (*OnigWarnFunc) P_((const char* s, ...));
+extern void onig_null_warn P_((const char* s, ...));
#define ONIG_NULL_WARN onig_null_warn
#define ONIG_CHAR_TABLE_SIZE 256