diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-26 15:24:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-26 15:24:23 +0000 |
commit | 18d16b0815b8cea0beceb943126cdd14cd31ff77 (patch) | |
tree | 81effa87d6c37fdf36b4463abad8d5b49db04259 /mail/abook/files/patch-database.h | |
parent | Update to 0.6.1 (diff) |
Add forgotten patch
Diffstat (limited to 'mail/abook/files/patch-database.h')
-rw-r--r-- | mail/abook/files/patch-database.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/abook/files/patch-database.h b/mail/abook/files/patch-database.h new file mode 100644 index 000000000000..8e4622aaf8ed --- /dev/null +++ b/mail/abook/files/patch-database.h @@ -0,0 +1,11 @@ +--- database.h.orig 2015-10-04 02:38:25 UTC ++++ database.h +@@ -61,7 +61,7 @@ struct db_enumerator { + /* + * Field operations + */ +-inline int field_id(int i); ++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) |