summaryrefslogtreecommitdiff
path: root/alsamixer/textbox.h
blob: 7dc290bfe9919b27f0de68774f3285d794632602 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TEXTBOX_H_INCLUDED
#define TEXTBOX_H_INCLUDED

void show_error(const char *msg, int err);
void show_alsa_error(const char *msg, int err);
void show_text(const char *const *text_lines, unsigned int count,
	       const char *title);
void show_textfile(const char *file_name);

#endif