Chameleon

Chameleon Commit Details

Date:2010-08-21 19:01:21 (13 years 8 months ago)
Author:Tamás Kosárszky
Commit:414
Parents: 413
Message:Added missing disk.h from previous commit.
Changes:
A/trunk/i386/libsaio/disk.h

File differences

trunk/i386/libsaio/disk.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* 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: 414