added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / devs / afs / hashing.h
blobb8a52997c69556247ecc900f74a2b5db837a1494
1 #ifndef HASHING_H
2 #define HASHING_H
4 /*
5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include "os.h"
11 ULONG getHashKey(STRPTR, ULONG, UBYTE);
13 #endif