comparison src/audacious/ui_jumptotrack_cache.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 ca077e01ed3a
children b87f8c707b7f
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 UI_JUMPTOTRACK_CACHE_H 20 #ifndef AUDACIOUS_UI_JUMPTOTRACK_CACHE_H
21 #define UI_JUMPTOTRACK_CACHE_H 21 #define AUDACIOUS_UI_JUMPTOTRACK_CACHE_H
22 22
23 #include <glib.h> 23 #include <glib.h>
24 24
25 #include "playlist.h" 25 #include "playlist.h"
26 26
42 42
43 extern JumpToTrackCache* ui_jump_to_track_cache_new(void); 43 extern JumpToTrackCache* ui_jump_to_track_cache_new(void);
44 extern const GArray* ui_jump_to_track_cache_search(JumpToTrackCache* cache, const Playlist* playlist, const gchar* keyword); 44 extern const GArray* ui_jump_to_track_cache_search(JumpToTrackCache* cache, const Playlist* playlist, const gchar* keyword);
45 extern void ui_jump_to_track_cache_free(JumpToTrackCache* cache); 45 extern void ui_jump_to_track_cache_free(JumpToTrackCache* cache);
46 46
47 #endif 47 #endif /* AUDACIOUS_UI_JUMPTOTRACK_CACHE_H */