diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/local-def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/local-def.h b/include/local-def.h index 54f5ce0d..961fdd2c 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -76,6 +76,8 @@ typedef int BOOL; #define STATIC static #define FAILED -1 +#define AUDIO_BUFFER "/tmp/buf" + extern int verbose; // this is the only global variable // Plugin Type @@ -259,4 +261,4 @@ typedef struct { #include "proto-def.h" -#endif /* LOCAL_DEF_H */
\ No newline at end of file +#endif /* LOCAL_DEF_H */ |