alsactl: aded missing monitor() prototype

This commit is contained in:
Jaroslav Kysela 2014-09-24 10:46:02 +02:00
parent 1363f852e9
commit 74e5d57c99

View file

@ -31,6 +31,7 @@ int save_state(const char *file, const char *cardname);
int load_state(const char *file, const char *initfile, const char *cardname, int load_state(const char *file, const char *initfile, const char *cardname,
int do_init); int do_init);
int power(const char *argv[], int argc); int power(const char *argv[], int argc);
int monitor(const char *name);
int state_daemon(const char *file, const char *cardname, int period, int state_daemon(const char *file, const char *cardname, int period,
const char *pidfile); const char *pidfile);
int state_daemon_kill(const char *pidfile, const char *cmd); int state_daemon_kill(const char *pidfile, const char *cmd);