comparison src/audacious/icons-stock.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 d3b549e75380
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 ICONSSTOCK_H 20 #ifndef AUDACIOUS_ICONS_STOCK_H
21 #define ICONSSTOCK_H 21 #define AUDACIOUS_ICONS_STOCK_H
22 22
23 void register_aud_stock_icons(void); 23 void register_aud_stock_icons(void);
24 24
25 /* this header contains macro defines for Audacious stock icons */ 25 /* this header contains macro defines for Audacious stock icons */
26 26
27 #define AUD_STOCK_PLAYLIST "aud-playlist" 27 #define AUD_STOCK_PLAYLIST "aud-playlist"
28 #define AUD_STOCK_PLUGIN "aud-plugin" 28 #define AUD_STOCK_PLUGIN "aud-plugin"
29 #define AUD_STOCK_QUEUETOGGLE "aud-queuetoggle" 29 #define AUD_STOCK_QUEUETOGGLE "aud-queuetoggle"
30 #define AUD_STOCK_RANDOMIZEPL "aud-randomizepl" 30 #define AUD_STOCK_RANDOMIZEPL "aud-randomizepl"
31 31
32 #endif 32 #endif /* AUDACIOUS_ICONS_STOCK_H */