OSDN Git Service

(split) LDP: Update original to LDP v3.51.
[linuxjm/LDP_man-pages.git] / original / man3 / fopencookie.3
index ed371a3..9582d50 100644 (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