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
__P ((address_t addr, size_t no, char **buf));
extern int address_aget_domain
__P ((address_t addr, size_t no, char **buf));
extern int address_aget_personal
__P ((address_t addr, size_t no, char **buf));
extern int address_is_group
__P ((address_t, size_t, int*));
......