]> git.deb.at Git - pkg/abook.git/blobdiff - list.c
0.4.15pre1
[pkg/abook.git] / list.c
diff --git a/list.c b/list.c
index 29ba97263c37be392ab34474091febd87896bada..b3e12de92a914460b3a391913e0909cf07737b75 100644 (file)
--- a/list.c
+++ b/list.c
@@ -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;