repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Call CloseDevice() before DeleteIORequest(), and don't call
[AROS.git]
/
rom
/
filesys
/
afs
/
hashing.h
blob
ef6512d3645c1f37ea3c3eb01bc20891df449ef9
1
#ifndef HASHING_H
2
#define HASHING_H
3
4
/*
5
Copyright © 1995-2008, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
#include
"os.h"
10
11
ULONG
getHashKey
(
CONST_STRPTR
,
ULONG
,
UBYTE
);
12
13
#endif