X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=list.h;h=cdffe73903e4acc193eb7274e35b817b14abe9fc;hb=5b536f8ab04f16f8383ef01ddec36eae6d272b6f;hp=d6389791fc4477c0012fdaf841c4771a9cd9aa71;hpb=548845673bdbe52a3cb2d7c6c2818d3202fffcba;p=pkg%2Fabook.git diff --git a/list.h b/list.h index d638979..cdffe73 100644 --- a/list.h +++ b/list.h @@ -36,8 +36,8 @@ enum { #define LIST_COLS COLS #define NAMEPOS 2 -#define EMAILPOS options_get_int("emailpos") -#define EXTRAPOS options_get_int("extrapos") +#define EMAILPOS opt_get_int(INT_EMAILPOS) +#define EXTRAPOS opt_get_int(INT_EXTRAPOS) #define NAMELEN (EMAILPOS-NAMEPOS -1) #define EMAILLEN (EXTRAPOS-EMAILPOS -1)