/[mailutils]/mailutils/include/mailutils/stream.h
ViewVC logotype

Diff of /mailutils/include/mailutils/stream.h

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

revision 1.11 by sroberts, Mon Mar 25 03:46:11 2002 UTC revision 1.12 by gray, Sat Dec 28 10:50:55 2002 UTC
# Line 26  Line 26 
26  extern "C" { /*}*/  extern "C" { /*}*/
27  #endif  #endif
28    
29  #define MU_STREAM_READ     0x00000001  #define MU_STREAM_READ        0x00000001
30  #define MU_STREAM_WRITE    0x00000002  #define MU_STREAM_WRITE       0x00000002
31  #define MU_STREAM_RDWR     0x00000004  #define MU_STREAM_RDWR        0x00000004
32  #define MU_STREAM_APPEND   0x00000008  #define MU_STREAM_APPEND      0x00000008
33  #define MU_STREAM_CREAT    0x00000010  #define MU_STREAM_CREAT       0x00000010
34  #define MU_STREAM_NONBLOCK 0x00000020  #define MU_STREAM_NONBLOCK    0x00000020
35  /* Stream will be destroy on stream_destroy without checking the owner. */  /* Stream will be destroyed on stream_destroy without checking the owner. */
36  #define MU_STREAM_NO_CHECK 0x00000040  #define MU_STREAM_NO_CHECK    0x00000040
37  #define MU_STREAM_SEEKABLE 0x00000080  #define MU_STREAM_SEEKABLE    0x00000080
38  #define MU_STREAM_NO_CLOSE 0x00000100  #define MU_STREAM_NO_CLOSE    0x00000100
39    #define MU_STREAM_ALLOW_LINKS 0x00000200
40      
41  /* Functions useful to users of the pre-defined stream types. */  /* Functions useful to users of the pre-defined stream types. */
42    
43  extern int file_stream_create    __P ((stream_t *stream, const char* filename, int flags));  extern int file_stream_create    __P ((stream_t *stream, const char* filename, int flags));

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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