comparison src/audacious/ui_credits.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 b5ee3a4a8e3b
children b87f8c707b7f
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
1 1
2 #ifndef ABOUT_H 2 #ifndef AUDACIOUS_UI_CREDITS_H
3 #define ABOUT_H 3 #define AUDACIOUS_UI_CREDITS_H
4 4
5 void show_about_window(void); 5 void show_about_window(void);
6 void hide_about_window(void); 6 void hide_about_window(void);
7 void show_credits_window(void); 7 void show_credits_window(void);
8 8
9 #endif 9 #endif /* AUDACIOUS_UI_CREDITS_H */