X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fviewer.h;h=c980f1d412738b5d49399c2dc4de1ab9ecfa2db3;hb=94a28d11cee6db33d9c456b395ed59f2631b08e5;hp=eef6869a0c3fa76c854a69a2131dd947f4c4ad4b;hpb=c8f46dfa8f411b643907bc4c372bf788140f26f3;p=smdp.git diff --git a/include/viewer.h b/include/viewer.h index eef6869..c980f1d 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) 2016 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 )