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

Diff of /mailutils/mailbox/stream.c

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

revision 1.23 by gray, Wed Jan 22 20:22:12 2003 UTC revision 1.24 by gray, Mon Feb 3 11:27:42 2003 UTC
# Line 643  stream_set_flags (stream_t stream, int f Line 643  stream_set_flags (stream_t stream, int f
643    
644  int  int
645  stream_set_strerror (stream_t stream,  stream_set_strerror (stream_t stream,
646                       int (*fp) (stream_t, const char **), void *owner)                       int (*fp) (stream_t, char **), void *owner)
647  {  {
648    if (stream == NULL)    if (stream == NULL)
649      return EINVAL;      return EINVAL;
# Line 703  stream_sequential_write (stream_t stream Line 703  stream_sequential_write (stream_t stream
703  }  }
704    
705  int  int
706  stream_strerror (stream_t stream, const char **p)  stream_strerror (stream_t stream, char **p)
707  {  {
708    if (stream == NULL)    if (stream == NULL)
709      return EINVAL;      return EINVAL;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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