comparison src/audacious/effect.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents a73951b8cd9f
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
21 * 21 *
22 * The Audacious team does not consider modular code linking to 22 * The Audacious team does not consider modular code linking to
23 * Audacious or using our public API to be a derived work. 23 * Audacious or using our public API to be a derived work.
24 */ 24 */
25 25
26 #ifndef EFFECT_H 26 #ifndef AUDACIOUS_EFFECT_H
27 #define EFFECT_H 27 #define AUDACIOUS_EFFECT_H
28 28
29 #include <glib.h> 29 #include <glib.h>
30 30
31 #include "audacious/flow.h" 31 #include "audacious/flow.h"
32 #include "audacious/output.h" 32 #include "audacious/output.h"
48 void effect_do_query_format(AFormat * fmt, gint * rate, gint * nch); 48 void effect_do_query_format(AFormat * fmt, gint * rate, gint * nch);
49 void effect_flow(FlowContext *context); 49 void effect_flow(FlowContext *context);
50 50
51 extern EffectPluginData ep_data; 51 extern EffectPluginData ep_data;
52 52
53 #endif 53 #endif /* AUDACIOUS_EFFECT_H */