mixer: convert to generic object payload
[monky] / src / mixer.h
1 /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
2
3 #ifndef MIXER_H_
4 #define MIXER_H_
5
6 void parse_mixer_arg(struct text_object *, const char *);
7 void print_mixer(struct text_object *, int, char *, int);
8 int check_mixer_muted(struct text_object *);
9
10 #ifdef X11
11 void scan_mixer_bar(struct text_object *, const char *);
12 void print_mixer_bar(struct text_object *, int, char *);
13 #endif /* X11 */
14
15 #endif /*MIXER_H_*/