Chameleon

Chameleon Commit Details

Date:2010-07-31 21:28:58 (13 years 8 months ago)
Author:Daniel Miranda
Commit:290
Parents: 289
Message:Created header for disk.c
Changes:
A/branches/danielkza/i386/libsaio/disk.h
M/branches/danielkza/i386/libsaio/sys.c
M/branches/danielkza/i386/libsaio/disk.c

File differences

branches/danielkza/i386/libsaio/sys.c
813813
814814
815815
816
816817
817818
818819
bool filteredChain = false;
bool foundPrimary = false;
BVRef bvr, bvr1 = 0, bvr2 = 0;
extern bool matchVolumeToString(BVRRef, const char *, bool);
if (chain->filtered) filteredChain = true;
branches/danielkza/i386/libsaio/disk.c
6868
6969
7070
71
7271
7372
7473
#include "ext2fs.h"
#include "xml.h"
#include "disk.h"
#include <limits.h>
#include <IOKit/storage/IOApplePartitionScheme.h>
branches/danielkza/i386/libsaio/disk.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
* disk.h
* Chameleon
*
* Created by Daniel Miranda on 27/07/10.
* Copyright 2010 __MyCompanyName__. All rights reserved.
*
*/
#ifndef __LIBSAIO_DISK_H
#define __LIBSAIO_DISK_H
char* matchVolumeToString( BVRef bvr, const char* match, bool matchPartial);
#endif /* __LIBSAIO_DISK_H */
/*
* disk.h
* Chameleon
*
* Created by Daniel Miranda on 27/07/10.
* Copyright 2010 __MyCompanyName__. All rights reserved.
*
*/
#ifndef __LIBSAIO_DISK_H
#define __LIBSAIO_DISK_H
char* matchVolumeToString( BVRef bvr, const char* match, bool matchPartial);
#endif /* __LIBSAIO_DISK_H */

Archive Download the corresponding diff file

Revision: 290