chiark
/
gitweb
/
~mdw
/
ezmlm
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Import ezmlm-idx 0.40
[ezmlm]
/
makehash.h
1
#ifndef MAKEHASH_H
2
#define MAKEHASH_H
3
4
#define HASHLEN 20
5
6
extern void makehash();
7
extern void mkauthhash();
8
9
#endif
10