summaryrefslogtreecommitdiff
path: root/sql/derror.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/derror.h')
-rw-r--r--sql/derror.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/derror.h b/sql/derror.h
index b2f6331e048..9f2aee71c7e 100644
--- a/sql/derror.h
+++ b/sql/derror.h
@@ -19,7 +19,8 @@
#include "my_global.h" /* uint */
bool init_errmessage(void);
+void free_error_messages();
bool read_texts(const char *file_name, const char *language,
- const char ***point, uint error_messages);
+ const char ****data);
#endif /* DERROR_INCLUDED */