/[mailutils]/mailutils/mailbox/address.c
ViewVC logotype

Diff of /mailutils/mailbox/address.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by polak, Sun Feb 9 20:39:57 2003 UTC revision 1.27 by gray, Fri Feb 14 11:41:32 2003 UTC
# Line 202  _address_get_nth (address_t addr, size_t Line 202  _address_get_nth (address_t addr, size_t
202  }  }
203    
204  int  int
205    address_get_nth (address_t addr, size_t no, address_t *pret)
206    {
207      address_t subaddr = _address_get_nth (addr, no);
208      if (!subaddr)
209        return ENOENT;
210      *pret = address_dup (subaddr);
211      return 0;
212    }
213    
214    int
215  address_get_personal (address_t addr, size_t no, char *buf, size_t len,  address_get_personal (address_t addr, size_t no, char *buf, size_t len,
216                        size_t * n)                        size_t * n)
217  {  {

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26