comparison src/audacious/discovery.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 f6b25d4d2245
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
18 * 18 *
19 * The Audacious team does not consider modular code linking to 19 * The Audacious team does not consider modular code linking to
20 * Audacious or using our public API to be a derived work. 20 * Audacious or using our public API to be a derived work.
21 */ 21 */
22 22
23 #ifndef DISCOVERY_H 23 #ifndef AUDACIOUS_DISCOVERY_H
24 #define DISCOVERY_H 24 #define AUDACIOUS_DISCOVERY_H
25 25
26 #include <glib.h> 26 #include <glib.h>
27 27
28 typedef struct _DiscoveryPluginData DiscoveryPluginData; 28 typedef struct _DiscoveryPluginData DiscoveryPluginData;
29 29
47 gchar *discovery_stringify_enabled_list(void); 47 gchar *discovery_stringify_enabled_list(void);
48 void discovery_enable_from_stringified_list(const gchar * list); 48 void discovery_enable_from_stringified_list(const gchar * list);
49 49
50 extern DiscoveryPluginData dp_data; 50 extern DiscoveryPluginData dp_data;
51 51
52 #endif 52 #endif /* AUDACIOUS_DISCOVERY_H */