summaryrefslogtreecommitdiff
path: root/src/interface.h
blob: 8b5862160e337295c5468624972a1f5431c79d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef INTERFACE_H
#define INTERFACE_H

#include <glib.h>
#include <pulse/pulseaudio.h>


struct context;

void
print_sink_list(struct context *ctx);

void
interface_init(struct context *ctx);

void
interface_clear(struct context *ctx);

void 
interface_set_status(struct context *ctx, const gchar *);

#endif