summaryrefslogtreecommitdiff
path: root/streamer.h
blob: 2607c29268a04ceafd4352aa04935b228da9184d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef __STREAMER_H
#define __STREAMER_H

int
streamer_init (void);

void
streamer_free (void);

int
streamer_read (char *bytes, int size);

void
streamer_reset (int full);

void
streamer_lock (void);

void
streamer_unlock (void);

void
streamer_set_nextsong (int song);

#endif // __STREAMER_H