[ Bastian Germann ]
* Complete debian/copyright (Closes: #995843, #979098)
- [ Arthur Marble ]
- * Fix FTBFS with clang (Closes: #756536)
- - Fixed undefined reference error
- changed inline int field_id to int field_id
-
[ Rhonda D'Vine ]
* Bump debhelper-compat to 13.
+++ /dev/null
---- a/database.h
-+++ b/database.h
-@@ -60,7 +60,7 @@ struct db_enumerator {
- /*
- * Field operations
- */
--inline int field_id(int i);
-+static inline int field_id(int i);
- abook_field *find_standard_field(char *key, int do_declare);
- abook_field *real_find_field(char *key, abook_field_list *list, int *nb);
- #define find_field(key, list) real_find_field(key, list, NULL)