X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fviewer.h;h=1405e07fa509461afe3d90bd8fbf6134cbc58995;hb=354cf2e07ccd0d7900f96bffc279093997cbe203;hp=eef6869a0c3fa76c854a69a2131dd947f4c4ad4b;hpb=c8f46dfa8f411b643907bc4c372bf788140f26f3;p=smdp.git diff --git a/include/viewer.h b/include/viewer.h index eef6869..1405e07 100644 --- a/include/viewer.h +++ b/include/viewer.h @@ -5,7 +5,7 @@ * Functions necessary to display a deck of slides in different color modes * using ncurses. Only white, red, and blue are supported, as they can be * faded in 256 color mode. - * Copyright (C) 2015 Michael Goehler + * Copyright (C) 2018 Michael Goehler * * This file is part of mdp. * @@ -62,5 +62,6 @@ void fade_out(WINDOW *window, int trans, int colors, int invert); void fade_in(WINDOW *window, int trans, int colors, int invert); int int_length (int val); int get_slide_number(char init); +void setup_list_strings(void); #endif // !defined( VIEWER_H )