comparison src/audacious/ui_playlist_manager.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 f1c756f39e6c
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 PLAYLISTMANAGER_H 20 #ifndef AUDACIOUS_UI_PLAYLIST_MANAGER_H
21 #define PLAYLISTMANAGER_H 21 #define AUDACIOUS_UI_PLAYLIST_MANAGER_H
22 22
23 void playlist_manager_update ( void ); 23 void playlist_manager_update ( void );
24 void playlist_manager_ui_show ( void ); 24 void playlist_manager_ui_show ( void );
25 25
26 #endif 26 #endif /* AUDACIOUS_UI_PLAYLIST_MANAGER_H */