From: Jaroslav Kysela Date: Wed, 24 Sep 2014 08:46:02 +0000 (+0200) Subject: alsactl: aded missing monitor() prototype X-Git-Tag: v1.0.29~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=74e5d57c999f8afed4f87046dcac84f6709b9196;p=alsa-utils.git alsactl: aded missing monitor() prototype --- diff --git a/alsactl/alsactl.h b/alsactl/alsactl.h index bd9bf23..4f969ec 100644 --- a/alsactl/alsactl.h +++ b/alsactl/alsactl.h @@ -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 do_init); int power(const char *argv[], int argc); +int monitor(const char *name); int state_daemon(const char *file, const char *cardname, int period, const char *pidfile); int state_daemon_kill(const char *pidfile, const char *cmd);