X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=ui.h;h=f7fd48dde2ae835759be230e46ab75b49ec87c15;hb=addc54efb596b39b0e4e6ce219ee0f1506337475;hp=fdb4dcaeb1d8f9eb5ec0ab554a7bcca393fe580f;hpb=c5d8ef5198f2bfd02f678b7a709b6538ef83cd44;p=pkg%2Fabook.git diff --git a/ui.h b/ui.h index fdb4dca..f7fd48d 100644 --- a/ui.h +++ b/ui.h @@ -33,7 +33,7 @@ void ui_print_database(); void ui_open_datafile(); -#include "options.h" /* needed for options_get_int */ +#include "options.h" /* needed for options_get_bool */ #define UI_HLINE_CHAR opt_get_bool(BOOL_USE_ASCII_ONLY) ? \ '-' : ACS_HLINE