fopencookie.3: Correct definition of cookie_io_functions_t

Reported-by: Ralph Loader <suckfish@ihug.co.nz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-17 08:49:00 +01:00
parent 988bd008f8
commit 70a97b165d
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH FOPENCOOKIE 3 2012-04-30 "Linux" "Linux Programmer's Manual"
.TH FOPENCOOKIE 3 2013-03-17 "Linux" "Linux Programmer's Manual"
.SH NAME
fopencookie \- opening a custom stream
.SH SYNOPSIS
@ -107,12 +107,12 @@ The structure is defined as follows
.in +4n
.nf
struct cookie_io_functions_t {
typedef struct {
cookie_read_function_t *read;
cookie_write_function_t *write;
cookie_seek_function_t *seek;
cookie_close_function_t *close;
};
} cookie_io_functions_t;
.fi
.in