comparison src/timidity/libtimidity/timidity.h @ 2038:04155ce9e72e

Automated merge with file:/home/ccr/audacious/plugins
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2007 21:53:47 +0300
parents 6e2070ea35e7
children 3134a0987162
comparison
equal deleted inserted replaced
2037:33d6f1dc7cfb 2038:04155ce9e72e
21 */ 21 */
22 22
23 #ifndef TIMIDITY_H 23 #ifndef TIMIDITY_H
24 #define TIMIDITY_H 24 #define TIMIDITY_H
25 25
26 #include <audacious/vfs.h> 26 #include <audacious/plugin.h>
27 #include <stdlib.h> 27 #include <stdlib.h>
28 28
29 #ifdef __cplusplus 29 #ifdef __cplusplus
30 extern "C" 30 extern "C"
31 { 31 {