/*
 * UNFS3 brute force file search
 * (C) 2004, Pascal Schmidt
 * see file LICENSE for license details
 */

#ifndef UNFS3_LOCATE_H
#define UNFS3_LOCATE_H

char *locate_file(uint32 ino, uint32 dev);

#endif


syntax highlighted by Code2HTML, v. 0.9.1