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.
11 * @brief System Include Files
14 #ifndef HASHKIT_COMMON_H
15 #define HASHKIT_COMMON_H
28 void md5_signature(const unsigned char *key
, unsigned int length
, unsigned char *result
);
31 int update_continuum(hashkit_st
*hashkit
);
33 #endif /* HASHKIT_COMMON_H */