1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 15:09:07 +00:00
conky/src/mixer.h
2009-11-03 23:23:22 +01:00

16 lines
437 B
C

/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
#ifndef MIXER_H_
#define MIXER_H_
void parse_mixer_arg(struct text_object *, const char *);
void print_mixer(struct text_object *, int, char *, int);
int check_mixer_muted(struct text_object *);
#ifdef X11
void scan_mixer_bar(struct text_object *, const char *);
void print_mixer_bar(struct text_object *, int, char *);
#endif /* X11 */
#endif /*MIXER_H_*/