/[pearpc]/src/io/prom/fs/hfsplus/libhfsp.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /src/io/prom/fs/hfsplus/libhfsp.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 1127 byte(s)
import upstream CVS
1 dpavlin 1 /*
2     * libhfsp - library for reading and writing Macintosh HFS+ volumes
3     *
4     * Copyright (C) 2000-2001 Klaus Halfmann <klaus.halfmann@t-online.de>
5     * Original 1996-1998 Robert Leslie
6     *
7     * Thi file contains utitlity functions to manage the features of
8     * the hfs+ library.
9     *
10     * This program is free software; you can redistribute it and/or modify
11     * it under the terms of the GNU General Public License as published by
12     * the Free Software Foundation; either version 2 of the License, or
13     * (at your option) any later version.
14     *
15     * This program is distributed in the hope that it will be useful,
16     * but WITHOUT ANY WARRANTY; without even the implied warranty of
17     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18     * GNU General Public License for more details.
19     *
20     * You should have received a copy of the GNU General Public License
21     * along with this program; if not, write to the Free Software
22     * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23     *
24     */
25    
26     # ifdef HAVE_CONFIG_H
27     # include "config.h"
28     # endif
29    
30     # include "libhfsp.h"
31    
32     const char *hfsp_error = "no error"; /* static error string */

  ViewVC Help
Powered by ViewVC 1.1.26