comparison src/audacious/playlist_evmessages.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 a2d552ea48f0
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
18 * Audacious or using our public API to be a derived work. 18 * Audacious or using our public API to be a derived work.
19 */ 19 */
20 20
21 #include <glib.h> 21 #include <glib.h>
22 22
23 #ifndef __AUDACIOUS_PLAYLIST_EVMESSAGES_H__ 23 #ifndef AUDACIOUS_PLAYLIST_EVMESSAGES_H
24 #define __AUDACIOUS_PLAYLIST_EVMESSAGES_H__ 24 #define AUDACIOUS_PLAYLIST_EVMESSAGES_H
25 25
26 typedef struct { 26 typedef struct {
27 gint bitrate; 27 gint bitrate;
28 gint samplerate; 28 gint samplerate;
29 gint channels; 29 gint channels;
30 } PlaylistEventInfoChange; 30 } PlaylistEventInfoChange;
31 31
32 #endif 32 #endif /* AUDACIOUS_PLAYLIST_EVMESSAGES_H */