X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=list.h;h=cdffe73903e4acc193eb7274e35b817b14abe9fc;hb=c38bc4bc5254bd5925d8567e7ff1554a7844b8c7;hp=d6389791fc4477c0012fdaf841c4771a9cd9aa71;hpb=22b04d3544adcdcead47127d4de7826d18444ca2;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)