summaryrefslogtreecommitdiffstats
path: root/src/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h26
1 files changed, 14 insertions, 12 deletions
diff --git a/src/cache.h b/src/cache.h
index 31a697c..dc3426e 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -1,3 +1,5 @@
+/*-*- Mode: C; c-basic-offset: 8 -*-*/
+
#ifndef foocanberracachehfoo
#define foocanberracachehfoo
@@ -24,19 +26,19 @@
#include "read-sound-file.h"
int ca_cache_lookup_sound(
- ca_sound_file **f,
- ca_sound_file_open_callback_t sfopen,
- char **sound_path,
- const char *theme,
- const char *name,
- const char *locale,
- const char *profile);
+ ca_sound_file **f,
+ ca_sound_file_open_callback_t sfopen,
+ char **sound_path,
+ const char *theme,
+ const char *name,
+ const char *locale,
+ const char *profile);
int ca_cache_store_sound(
- const char *theme,
- const char *name,
- const char *locale,
- const char *profile,
- const char *fname);
+ const char *theme,
+ const char *name,
+ const char *locale,
+ const char *profile,
+ const char *fname);
#endif