comparison src/audacious/src_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 a41fb6bc632a
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
15 * 15 *
16 * The Audacious team does not consider modular code linking to 16 * The Audacious team does not consider modular code linking to
17 * Audacious or using our public API to be a derived work. 17 * Audacious or using our public API to be a derived work.
18 */ 18 */
19 19
20 #ifndef SRC_FLOW_H 20 #ifndef AUDACIOUS_SRC_FLOW_H
21 #define SRC_FLOW_H 21 #define AUDACIOUS_SRC_FLOW_H
22 22
23 #include <glib.h> 23 #include <glib.h>
24 #include "flow.h" 24 #include "flow.h"
25 25
26 void src_flow(FlowContext *context); 26 void src_flow(FlowContext *context);
27 gint src_flow_init(gint infreq, gint nch); 27 gint src_flow_init(gint infreq, gint nch);
28 void src_flow_free(); 28 void src_flow_free();
29 29
30 #endif 30 #endif /* AUDACIOUS_SRC_FLOW_H */