Remove conflict markers
Showing
1 changed file
with
2 additions
and
1 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 1999, 2000, 2001, 2005, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2001, 2005, 2007 Free Software Foundation, Inc. |
3 | Copyright (C) 1999, 2000, 2001, 2005, 2007 Free Software Foundation, Inc. | ||
3 | 4 | ||
4 | This library is free software; you can redistribute it and/or | 5 | This library is free software; you can redistribute it and/or |
5 | modify it under the terms of the GNU Lesser General Public | 6 | modify it under the terms of the GNU Lesser General Public |
... | @@ -38,7 +39,7 @@ extern "C" { /*}*/ | ... | @@ -38,7 +39,7 @@ extern "C" { /*}*/ |
38 | #define MU_STREAM_SEEKABLE 0x00000080 | 39 | #define MU_STREAM_SEEKABLE 0x00000080 |
39 | #define MU_STREAM_NO_CLOSE 0x00000100 | 40 | #define MU_STREAM_NO_CLOSE 0x00000100 |
40 | #define MU_STREAM_ALLOW_LINKS 0x00000200 | 41 | #define MU_STREAM_ALLOW_LINKS 0x00000200 |
41 | #define MU_STREAM_STRICT 0x00000400 | 42 | #define MU_STREAM_NONLOCK 0x00000400 |
42 | 43 | ||
43 | /* Functions useful to users of the pre-defined stream types. */ | 44 | /* Functions useful to users of the pre-defined stream types. */ |
44 | 45 | ... | ... |
-
Please register or sign in to post a comment