/[mailutils]/mailutils/mailbox/pop/mbox.c
ViewVC logotype

Diff of /mailutils/mailbox/pop/mbox.c

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

revision 1.73 by gray, Thu Mar 13 13:34:41 2003 UTC revision 1.74 by gray, Sun Mar 23 22:49:54 2003 UTC
# Line 1655  fill_buffer (pop_data_t mpd, char *buffe Line 1655  fill_buffer (pop_data_t mpd, char *buffe
1655    
1656  /* The heart of most funtions.  Send the RETR and skip different parts.  */  /* The heart of most funtions.  Send the RETR and skip different parts.  */
1657  static int  static int
1658  pop_retr (pop_message_t mpm, char *buffer, size_t buflen, off_t offset,  pop_retr (pop_message_t mpm, char *buffer, size_t buflen,  
1659            size_t *pnread)            off_t offset ARG_UNUSED, size_t *pnread)
1660  {  {
1661    pop_data_t mpd;    pop_data_t mpd;
1662    size_t nread = 0;    size_t nread = 0;
1663    int status = 0;    int status = 0;
1664    size_t oldbuflen = buflen;    size_t oldbuflen = buflen;
1665    
   /* Meaningless.  */  
   (void)offset;  
   
1666    mpd = mpm->mpd;    mpd = mpm->mpd;
1667    
1668    if (pnread)    if (pnread)

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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