X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=list.c;h=b3e12de92a914460b3a391913e0909cf07737b75;hb=e2826ae894d12e69674d1b624e87c05e6bbb2afd;hp=39bf4422fcd755d3b8315ade75142dfdc2a07b20;hpb=ddc79c208a4b434fc9a314cc41ced960563fa07e;p=pkg%2Fabook.git diff --git a/list.c b/list.c index 39bf442..b3e12de 100644 --- a/list.c +++ b/list.c @@ -2,7 +2,7 @@ /* * $Id$ * - * by JH + * by JH * * Copyright (C) Jaakko Heinonen */ @@ -291,13 +291,13 @@ invert_selection() selected[i] = !selected[i]; } -inline int +int list_current_item() { return curitem; } -inline int +int list_is_empty() { return items < 1;