X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;ds=sidebyside;f=ui.h;h=f7fd48dde2ae835759be230e46ab75b49ec87c15;hb=a4028acb18fd04cbf03ddbd976115aeb04ddd867;hp=fdb4dcaeb1d8f9eb5ec0ab554a7bcca393fe580f;hpb=a7c0a4d347393550a0671c68cb848d142226f5ba;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