mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add forgotten patch
This commit is contained in:
parent
18a6cf0460
commit
18d16b0815
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427172
11
mail/abook/files/patch-database.h
Normal file
11
mail/abook/files/patch-database.h
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user