diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-03-04 17:20:39 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-03-04 17:20:39 +0100 |
commit | 2e360ba0b308b233f94f3a4bb12e25d3d447aa07 (patch) | |
tree | 37a18be07394d63cd3113eceefddb34e3cbb0a6d /src/ui_act.h | |
parent | a17b0d5474bfd560ba5fea383b39cfeb1918dd72 (diff) | |
download | pianobar-2e360ba0b308b233f94f3a4bb12e25d3d447aa07.tar.gz pianobar-2e360ba0b308b233f94f3a4bb12e25d3d447aa07.tar.bz2 pianobar-2e360ba0b308b233f94f3a4bb12e25d3d447aa07.zip |
Ui improvements
printf wrapper introduced, hopefully cleaned up ui
Diffstat (limited to 'src/ui_act.h')
-rw-r--r-- | src/ui_act.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui_act.h b/src/ui_act.h index 4eaefbe..bbb5904 100644 --- a/src/ui_act.h +++ b/src/ui_act.h @@ -45,5 +45,6 @@ void BarUiActTempBanSong (BAR_KS_ARGS); void BarUiActPrintUpcoming (BAR_KS_ARGS); void BarUiActSelectQuickMix (BAR_KS_ARGS); void BarUiActQuit (BAR_KS_ARGS); +void BarUiActDebug (BAR_KS_ARGS); #endif /* _UI_ACT_H */ |