comparison src/audacious/actions-equalizer.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 ACTIONS_EQUALIZER_H 20 #ifndef AUDACIOUS_ACTIONS_EQUALIZER_H
21 #define ACTIONS_EQUALIZER_H 21 #define AUDACIOUS_ACTIONS_EQUALIZER_H
22 22
23 void action_equ_load_preset(void); 23 void action_equ_load_preset(void);
24 void action_equ_load_auto_preset(void); 24 void action_equ_load_auto_preset(void);
25 void action_equ_load_default_preset(void); 25 void action_equ_load_default_preset(void);
26 void action_equ_zero_preset(void); 26 void action_equ_zero_preset(void);
33 void action_equ_save_preset_file(void); 33 void action_equ_save_preset_file(void);
34 void action_equ_save_preset_eqf(void); 34 void action_equ_save_preset_eqf(void);
35 void action_equ_delete_preset(void); 35 void action_equ_delete_preset(void);
36 void action_equ_delete_auto_preset(void); 36 void action_equ_delete_auto_preset(void);
37 37
38 #endif 38 #endif /* AUDACIOUS_ACTIONS_EQUALIZER_H */