comparison src/audacious/output.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 2d4b4f13d10d
children c6f352d25d27
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 OUTPUT_H 26 #ifndef AUDACIOUS_OUTPUT_H
27 #define OUTPUT_H 27 #define AUDACIOUS_OUTPUT_H
28 28
29 #include <glib.h> 29 #include <glib.h>
30 30
31 #include "plugin.h" 31 #include "plugin.h"
32 32
69 gint get_output_time(void); 69 gint get_output_time(void);
70 70
71 extern OutputPlugin psuedo_output_plugin; 71 extern OutputPlugin psuedo_output_plugin;
72 extern OutputPluginData op_data; 72 extern OutputPluginData op_data;
73 73
74 #endif 74 #endif /* AUDACIOUS_OUTPUT_H */