2 * Copyright (C) 2009 Brian Aker
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
9 #ifndef HASHKIT_COMMON_H
10 #define HASHKIT_COMMON_H
27 void md5_signature(const unsigned char *key
, unsigned int length
, unsigned char *result
);
30 int update_continuum(hashkit_st
*hashkit
);
36 #endif /* HASHKIT_COMMON_H */