summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 10d96484b9..a723010d63 100644
--- a/proto.h
+++ b/proto.h
@@ -7050,6 +7050,10 @@ STATIC unsigned int
S_get_category_index(const int category, const char *locale);
# define PERL_ARGS_ASSERT_GET_CATEGORY_INDEX
+STATIC int
+S_get_category_index_nowarn(const int category);
+# define PERL_ARGS_ASSERT_GET_CATEGORY_INDEX_NOWARN
+
STATIC void
S_new_LC_ALL(pTHX_ const char *unused, bool force);
# define PERL_ARGS_ASSERT_NEW_LC_ALL