Commit 43cc5c29 43cc5c299a6450d7ca554e01999dc9863670fa16 by Sergey Poznyakoff

(address_aget_personal): Added missing prototype.

1 parent e9a0529f
...@@ -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*));
......