Index: branches/danielkza/i386/libsaio/sys.c =================================================================== --- branches/danielkza/i386/libsaio/sys.c (revision 289) +++ branches/danielkza/i386/libsaio/sys.c (revision 290) @@ -813,6 +813,7 @@ bool filteredChain = false; bool foundPrimary = false; BVRef bvr, bvr1 = 0, bvr2 = 0; + extern bool matchVolumeToString(BVRRef, const char *, bool); if (chain->filtered) filteredChain = true; Index: branches/danielkza/i386/libsaio/disk.c =================================================================== --- branches/danielkza/i386/libsaio/disk.c (revision 289) +++ branches/danielkza/i386/libsaio/disk.c (revision 290) @@ -68,7 +68,6 @@ #include "ext2fs.h" #include "xml.h" -#include "disk.h" #include #include Index: branches/danielkza/i386/libsaio/disk.h =================================================================== --- branches/danielkza/i386/libsaio/disk.h (revision 0) +++ branches/danielkza/i386/libsaio/disk.h (revision 290) @@ -0,0 +1,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 */