libopenraw
lib
io
io_private.h
1
/*
2
* libopenraw - io_private.h
3
*
4
* Copyright (C) 2005-2006 Hubert Figuiere
5
*
6
* This library is free software: you can redistribute it and/or
7
* modify it under the terms of the GNU Lesser General Public License
8
* as published by the Free Software Foundation, either version 3 of
9
* the License, or (at your option) any later version.
10
*
11
* This library is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* Lesser General Public License for more details.
15
*
16
* You should have received a copy of the GNU Lesser General Public
17
* License along with this library. If not, see
18
* <http://www.gnu.org/licenses/>.
19
*/
20
21
22
#ifndef OR_INTERNALS_IO_PRIVATE_H_
23
#define OR_INTERNALS_IO_PRIVATE_H_
24
26
struct
_IOFile
{
28
struct
io_methods
*
methods
;
30
void
*
_private
;
32
char
*
path
;
34
int
error
;
35
};
36
37
38
39
#endif
_IOFile::error
int error
Definition:
io_private.h:34
_IOFile::_private
void * _private
Definition:
io_private.h:30
_IOFile::methods
struct io_methods * methods
Definition:
io_private.h:28
_IOFile
Definition:
io_private.h:26
io_methods
Definition:
io.h:38
_IOFile::path
char * path
Definition:
io_private.h:32
Generated by
1.8.13