summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-17 21:45:08 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-17 21:45:08 +0200
commit4cd7148d793912b8ef97ce9265962b73d32a1c3f (patch)
tree75885de9f977581452d6359e3e0e7824a0f75292 /conf.h
parente17823663289e21e043fbf32e8d26bc133a7b3fe (diff)
added config file
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h13
1 files changed, 13 insertions, 0 deletions
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