comparison src/audacious/signals.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
19 * 19 *
20 * The Audacious team does not consider modular code linking to 20 * The Audacious team does not consider modular code linking to
21 * Audacious or using our public API to be a derived work. 21 * Audacious or using our public API to be a derived work.
22 */ 22 */
23 23
24 #ifndef SIGNALS_H 24 #ifndef AUDACIOUS_SIGNALS_H
25 #define SIGNALS_H 25 #define AUDACIOUS_SIGNALS_H
26 26
27 void signal_handlers_init(void); 27 void signal_handlers_init(void);
28 28
29 #endif 29 #endif /* AUDACIOUS_SIGNALS_H */