comparison src/audacious/input.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 51b7809c2d87
children a77d02342ee1
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 _AUDACIOUS_INPUT_H 26 #ifndef AUDACIOUS_INPUT_H
27 #define _AUDACIOUS_INPUT_H 27 #define AUDACIOUS_INPUT_H
28 28
29 typedef struct _InputPluginData InputPluginData; 29 typedef struct _InputPluginData InputPluginData;
30 30
31 #include "plugin.h" 31 #include "plugin.h"
32 32
74 gchar *input_stringify_disabled_list(void); 74 gchar *input_stringify_disabled_list(void);
75 75
76 extern InputPluginData ip_data; 76 extern InputPluginData ip_data;
77 77
78 78
79 #endif 79 #endif /* AUDACIOUS_INPUT_H */