Release notes for v0.8.
[shell-fm.git] / source / include / service.h
blob4a99e263787886f22bd735bebd21f0c928002129
1 /*
2 vim:syntax=c tabstop=2 shiftwidth=2 noexpandtab
3 */
5 #ifndef SHELLFM_SERVICE
6 #define SHELLFM_SERVICE
8 #include "hash.h"
9 #include "playlist.h"
11 extern int authenticate(const char *, const char *);
12 extern int station(const char *);
13 extern int update(struct hash *);
15 extern int play(struct playlist *);
17 extern int delayquit;
19 #endif