libcdio  0.82
posix.h
Go to the documentation of this file.
00001 /*
00002     $Id: posix.h,v 1.2 2008/03/25 15:59:09 karl Exp $
00003 
00004     Copyright (C) 2005, 2008 Rocky Bernstein <rocky@gnu.org>
00005 
00006     This program is free software: you can redistribute it and/or modify
00007     it under the terms of the GNU General Public License as published by
00008     the Free Software Foundation, either version 3 of the License, or
00009     (at your option) any later version.
00010 
00011     This program is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014     GNU General Public License for more details.
00015 
00016     You should have received a copy of the GNU General Public License
00017     along with this program.  If not, see <http://www.gnu.org/licenses/>.
00018 */
00025 #ifndef __CDIO_POSIX_H__
00026 #define __CDIO_POSIX_H__
00027 
00028 typedef uint32_t posix_mode_t;
00029 typedef uint32_t posix_nlink_t;
00030 typedef uint32_t posix_uid_t;
00031 typedef uint32_t posix_gid_t;
00032 typedef uint16_t unicode16_t;
00033 
00034 #endif /* __CDIO_POSIX_H__ */
00035 
00036 
00037 /* 
00038  * Local variables:
00039  *  c-file-style: "gnu"
00040  *  tab-width: 8
00041  *  indent-tabs-mode: nil
00042  * End:
00043  */

Generated for libcdio by doxygen 1.7.6.1