Added initial unfs3 sources for version 0.9.22+dfsg-1maemo2
[unfs3] / unfs3 / locate.h
1
2 /*
3  * UNFS3 brute force file search
4  * (C) 2004, Pascal Schmidt
5  * see file LICENSE for license details
6  */
7
8 #ifndef UNFS3_LOCATE_H
9 #define UNFS3_LOCATE_H
10
11 char *locate_file(uint32 dev, uint64 ino);
12
13 #endif