(address_aget_personal): Added missing prototype.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -54,6 +54,8 @@ extern int address_aget_local_part | ... | @@ -54,6 +54,8 @@ extern int address_aget_local_part |
54 | __P ((address_t addr, size_t no, char **buf)); | 54 | __P ((address_t addr, size_t no, char **buf)); |
55 | extern int address_aget_domain | 55 | extern int address_aget_domain |
56 | __P ((address_t addr, size_t no, char **buf)); | 56 | __P ((address_t addr, size_t no, char **buf)); |
57 | extern int address_aget_personal | ||
58 | __P ((address_t addr, size_t no, char **buf)); | ||
57 | 59 | ||
58 | extern int address_is_group | 60 | extern int address_is_group |
59 | __P ((address_t, size_t, int*)); | 61 | __P ((address_t, size_t, int*)); | ... | ... |
-
Please register or sign in to post a comment