summaryrefslogtreecommitdiff
path: root/conf.h
blob: 3080fe95ea27f0a4e89c934ae4c096f566a02e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __CONF_H
#define __CONF_H

extern char conf_alsa_soundcard[1024];
extern int conf_samplerate;
extern int conf_src_quality;
extern char conf_hvsc_path[1024];
extern int conf_hvsc_enable;

int
conf_load (void);

#endif // __CONF_H