comparison src/audacious/equalizer_flow.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 172d49b1200b
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
1 #ifndef EQUALIZER_FLOW_H 1 #ifndef AUDACIOUS_EQUALIZER_FLOW_H
2 #define EQUALIZER_FLOW_H 2 #define AUDACIOUS_EQUALIZER_FLOW_H
3 3
4 #include "flow.h" 4 #include "flow.h"
5 5
6 #define EQUALIZER_MAX_GAIN 12.0 6 #define EQUALIZER_MAX_GAIN 12.0
7 7
8 void equalizer_flow(FlowContext *context); 8 void equalizer_flow(FlowContext *context);
9 void equalizer_flow_set_bands(gfloat pre, gfloat *bands); 9 void equalizer_flow_set_bands(gfloat pre, gfloat *bands);
10 void equalizer_flow_free(); 10 void equalizer_flow_free();
11 11
12 #endif 12 #endif /* AUDACIOUS_EQUALIZER_FLOW_H */