/* * 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 bool matchVolumeToString( BVRef bvr, const char *match, long strMaxLen); #endif /* __LIBSAIO_DISK_H */