From 4cd7148d793912b8ef97ce9265962b73d32a1c3f Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 17 Aug 2009 21:45:08 +0200 Subject: added config file --- conf.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf.h (limited to 'conf.h') diff --git a/conf.h b/conf.h new file mode 100644 index 00000000..3080fe95 --- /dev/null +++ b/conf.h @@ -0,0 +1,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 -- cgit v1.2.3