]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsactl: aded missing monitor() prototype
authorJaroslav Kysela <perex@perex.cz>
Wed, 24 Sep 2014 08:46:02 +0000 (10:46 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 24 Sep 2014 08:46:02 +0000 (10:46 +0200)
alsactl/alsactl.h

index bd9bf23e74b314a6eb25403f24147f7ae9d95011..4f969ec2a4bc01cfdf992be5621ef29e512b0eb2 100644 (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 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);