]> 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 39bf4422fcd755d3b8315ade75142dfdc2a07b20..b3e12de92a914460b3a391913e0909cf07737b75 100644 (file)
--- a/list.c
+++ b/list.c
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * by JH <jheinonen@bigfoot.com>
+ * by JH <jheinonen@users.sourceforge.net>
  *
  * 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;