File: mainloop.h

package info (click to toggle)
alsa-utils 1.2.15.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,756 kB
  • sloc: ansic: 48,157; sh: 7,881; makefile: 604; xml: 590; sed: 16
file content (10 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#ifndef MAINLOOP_H_INCLUDED
#define MAINLOOP_H_INCLUDED

#include CURSESINC

void initialize_curses(bool use_color, bool use_mouse);
void mainloop(void);
void app_shutdown(void);

#endif