]> git.deb.at Git - pkg/abook.git/commitdiff
0.4.15pre1
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Tue, 9 Oct 2001 14:34:18 +0000 (14:34 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Tue, 9 Oct 2001 14:34:18 +0000 (14:34 +0000)
ChangeLog
database.c
list.c

index 8f0df40ac7d4dd904a62f4af74fe747c4fd58830..c78b6d4f4e52caea9ebf0d143f5ebc185d736ee5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 0.4.15
- - new options --add-email and --add-email-force
+ - new options --add-email and --add-email-quiet
  - proper mutt alias import filter
  - mail.vim update in contrib directory
 
index 17aaf2fac0fef6722ff13bffc9773f259f1a739c..973c0a5a0c3928c17b45e900aaf731ef5b2baf05 100644 (file)
@@ -231,7 +231,7 @@ close_database()
 
 #define _MAX_FIELD_LEN(X)      (X == EMAIL ? MAX_EMAILSTR_LEN:MAX_FIELD_LEN)
 
-inline static void
+static void
 validate_item(list_item item)
 {
        int i;
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;