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

Diff of /mailutils/mailbox/mapfile_stream.c

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

revision 1.19 by polak, Sun Feb 9 20:39:58 2003 UTC revision 1.20 by gray, Thu Aug 28 19:57:56 2003 UTC
# Line 235  _mapfile_flush (stream_t stream) Line 235  _mapfile_flush (stream_t stream)
235  }  }
236    
237  static int  static int
238  _mapfile_get_fd (stream_t stream, int *pfd)  _mapfile_get_fd (stream_t stream, int *pfd, int *pfd2)
239  {  {
240    struct _mapfile_stream *mfs = stream_get_owner (stream);    struct _mapfile_stream *mfs = stream_get_owner (stream);
241    
242      if (pfd2)
243        return ENOSYS;
244      
245    if (pfd)    if (pfd)
246      *pfd = mfs->fd;      *pfd = mfs->fd;
247    return 0;    return 0;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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