Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
33ba9b3c
...
33ba9b3c71438b709129b7c7cb7760b571a0dbe6
authored
2003-02-03 11:28:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct _stream): Changed declaration of _strerror method.
1 parent
464e4eb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/include/stream0.h
mailbox/include/stream0.h
View file @
33ba9b3
...
...
@@ -62,7 +62,7 @@ struct _stream
int
(
*
_size
)
__P
((
stream_t
,
off_t
*
));
int
(
*
_flush
)
__P
((
stream_t
));
int
(
*
_setbufsiz
)
__P
((
stream_t
,
size_t
));
int
(
*
_strerror
)
__P
((
stream_t
,
c
onst
c
har
**
));
int
(
*
_strerror
)
__P
((
stream_t
,
char
**
));
};
#ifdef __cplusplus
...
...
Please
register
or
sign in
to post a comment