libcdio
0.83
Main Page
Data Structures
Files
File List
Globals
include
cdio
posix.h
Go to the documentation of this file.
1
/*
2
$Id: posix.h,v 1.2 2008/03/25 15:59:09 karl Exp $
3
4
Copyright (C) 2005, 2008 Rocky Bernstein <rocky@gnu.org>
5
6
This program is free software: you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
8
the Free Software Foundation, either version 3 of the License, or
9
(at your option) any later version.
10
11
This program 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
14
GNU General Public License for more details.
15
16
You should have received a copy of the GNU General Public License
17
along with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
25
#ifndef __CDIO_POSIX_H__
26
#define __CDIO_POSIX_H__
27
28
typedef
uint32_t
posix_mode_t
;
29
typedef
uint32_t
posix_nlink_t
;
30
typedef
uint32_t
posix_uid_t
;
31
typedef
uint32_t
posix_gid_t
;
32
typedef
uint16_t
unicode16_t
;
33
34
#endif
/* __CDIO_POSIX_H__ */
35
36
37
/*
38
* Local variables:
39
* c-file-style: "gnu"
40
* tab-width: 8
41
* indent-tabs-mode: nil
42
* End:
43
*/
Generated for libcdio by
1.8.1.1