disable debug
[AROS.git] / rom / filesys / afs / hashing.h
blobef6512d3645c1f37ea3c3eb01bc20891df449ef9
1 #ifndef HASHING_H
2 #define HASHING_H
4 /*
5 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include "os.h"
11 ULONG getHashKey(CONST_STRPTR, ULONG, UBYTE);
13 #endif