|
a/src/rcldb/pathhash.h |
|
b/src/rcldb/pathhash.h |
|
... |
|
... |
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _PATHHASH_H_INCLUDED_
|
17 |
#ifndef _PATHHASH_H_INCLUDED_
|
18 |
#define _PATHHASH_H_INCLUDED_
|
18 |
#define _PATHHASH_H_INCLUDED_
|
19 |
/* @(#$Id: pathhash.h,v 1.2 2006-01-30 11:15:27 dockes Exp $ (C) 2004 J.F.Dockes */
|
19 |
/* @(#$Id: pathhash.h,v 1.3 2006-11-15 14:57:53 dockes Exp $ (C) 2004 J.F.Dockes */
|
20 |
|
20 |
|
21 |
#include <string>
|
21 |
#include <string>
|
22 |
|
22 |
|
|
|
23 |
#ifndef NO_NAMESPACES
|
|
|
24 |
using std::string;
|
|
|
25 |
namespace Rcl {
|
|
|
26 |
#endif
|
|
|
27 |
|
23 |
extern void pathHash(const std::string &path, std::string &hash,
|
28 |
extern void pathHash(const string &path, string &hash,
|
24 |
unsigned int len);
|
29 |
unsigned int len);
|
25 |
|
30 |
|
26 |
|
31 |
|
|
|
32 |
#ifndef NO_NAMESPACES
|
|
|
33 |
}
|
|
|
34 |
#endif
|
27 |
#endif /* _PATHHASH_H_INCLUDED_ */
|
35 |
#endif /* _PATHHASH_H_INCLUDED_ */
|