tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

textbox.h (291B)


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