Chameleon Applications

Chameleon Applications Svn Source Tree

Root/branches/iFabio/Chameleon/i386/libsaio/disk.h

  • Property svn:executable set to
Source at commit 333 created 12 years 10 months ago.
By ifabio, Add a control for module dir (check if the modules folder sym/i386/modules is empty or not) before copy the modules folder into the "core" package and build the modules choices. TODO: now for each module need a similar check. This avoids the creation of choices, that does not exist
1/*
2 * disk.h
3 * Chameleon
4 *
5 * Created by Daniel Miranda on 27/07/10.
6 * Copyright 2010 __MyCompanyName__. All rights reserved.
7 *
8 */
9#ifndef __LIBSAIO_DISK_H
10#define __LIBSAIO_DISK_H
11
12bool matchVolumeToString( BVRef bvr, const char* match, long strMaxLen);
13
14#endif /* __LIBSAIO_DISK_H */

Archive Download this file

Revision: 333