File: textbox.h

package info (click to toggle)
alsa-utils 1.0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,280 kB
  • ctags: 1,585
  • sloc: ansic: 21,693; sh: 6,035; xml: 590; makefile: 374; sed: 16
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (9)
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