view 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
line wrap: on
line source


#ifndef AUDACIOUS_UI_CREDITS_H
#define AUDACIOUS_UI_CREDITS_H

void show_about_window(void);
void hide_about_window(void);
void show_credits_window(void);

#endif /* AUDACIOUS_UI_CREDITS_H */