1c72fcc34Sopenharmony_ci#ifndef TEXTBOX_H_INCLUDED
2c72fcc34Sopenharmony_ci#define TEXTBOX_H_INCLUDED
3c72fcc34Sopenharmony_ci
4c72fcc34Sopenharmony_civoid show_error(const char *msg, int err);
5c72fcc34Sopenharmony_civoid show_alsa_error(const char *msg, int err);
6c72fcc34Sopenharmony_civoid show_text(const char *const *text_lines, unsigned int count,
7c72fcc34Sopenharmony_ci	       const char *title);
8c72fcc34Sopenharmony_civoid show_textfile(const char *file_name);
9c72fcc34Sopenharmony_ci
10c72fcc34Sopenharmony_ci#endif
11