Mercurial > audlegacy
view src/audacious/ui_credits.h @ 4714:804a026057d7
Move SignalHandler function pointer typedef.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 08 Jul 2008 18:26:34 +0300 |
parents | 6584bba8de63 |
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 */