mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:45:42 +01:00
alsactl: aded missing monitor() prototype
This commit is contained in:
parent
1363f852e9
commit
74e5d57c99
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue