From f0ddfb88fd0197c9357568fb4b2c9b989a483ffa Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 5 May 2008 16:04:58 +0000 Subject: Note that FILE's __cookie is also part of the public ABI. --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index 33e24a4..9934b17 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -110,7 +110,7 @@ typedef struct __sFILE { int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */ /* operations */ - void *_cookie; /* cookie passed to io functions */ + void *_cookie; /* (*) cookie passed to io functions */ int (*_close)(void *); int (*_read)(void *, char *, int); fpos_t (*_seek)(void *, fpos_t, int); -- cgit v1.1