~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libhashkit/common.h

  • Committer: Continuous Integration
  • Date: 2012-10-25 17:26:38 UTC
  • mfrom: (1086.1.11 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20121025172638-fn8zbjv6trv39s4y
Merge lp:~tangent-org/libmemcached/1.0-build Build: jenkins-Libmemcached-1.0-89

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
extern "C" {
55
55
#endif
56
56
 
57
 
HASHKIT_LOCAL
58
57
void md5_signature(const unsigned char *key, unsigned int length, unsigned char *result);
59
58
 
60
 
HASHKIT_LOCAL
61
59
int update_continuum(hashkit_st *hashkit);
62
60
 
63
61
#ifdef __cplusplus