comparison src/audacious/actions-playlist.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 7a4fcf84a34f
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 ACTIONS_PLAYLIST_H 20 #ifndef AUDACIOUS_ACTIONS_PLAYLIST_H
21 #define ACTIONS_PLAYLIST_H 21 #define AUDACIOUS_ACTIONS_PLAYLIST_H
22 22
23 void action_playlist_load_list(void); 23 void action_playlist_load_list(void);
24 void action_playlist_save_list(void); 24 void action_playlist_save_list(void);
25 void action_playlist_save_default_list(void); 25 void action_playlist_save_default_list(void);
26 void action_playlist_refresh_list(void); 26 void action_playlist_refresh_list(void);
69 void action_playlist_sort_selected_by_playlist_entry(void); 69 void action_playlist_sort_selected_by_playlist_entry(void);
70 70
71 void action_playlist_track_info(void); 71 void action_playlist_track_info(void);
72 void action_queue_toggle(void); 72 void action_queue_toggle(void);
73 73
74 #endif 74 #endif /* AUDACIOUS_ACTIONS_PLAYLIST_H */