summaryrefslogtreecommitdiffstats
path: root/include/internal/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/err.h')
-rw-r--r--include/internal/err.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/internal/err.h b/include/internal/err.h
index 98ba4944db..f9aa2b2120 100644
--- a/include/internal/err.h
+++ b/include/internal/err.h
@@ -58,7 +58,7 @@
#ifndef INTERNAL_ERR_H
# define INTERNAL_ERR_H
-void int_err_load_crypto_strings(void);
-void int_err_free_strings(void);
+void err_load_crypto_strings_int(void);
+void err_free_strings_int(void);
#endif