Merge pull request #140 from hussainnaqvee/patch-1
[awesomized/libmemcached] / libhashkit / common.h
diff --git a/libhashkit/common.h b/libhashkit/common.h
deleted file mode 100644 (file)
index 0a7ac84..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/* HashKit
- * Copyright (C) 2009 Brian Aker
- * All rights reserved.
- *
- * Use and distribution licensed under the BSD license.  See
- * the COPYING file in the parent directory for full text.
- */
-
-/**
- * @file
- * @brief System Include Files
- */
-
-#ifndef HASHKIT_COMMON_H
-#define HASHKIT_COMMON_H
-
-#include "config.h"
-
-#include <assert.h>
-#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <math.h>
-
-#include "hashkit.h"
-
-HASHKIT_LOCAL
-void md5_signature(const unsigned char *key, unsigned int length, unsigned char *result);
-
-HASHKIT_LOCAL
-int update_continuum(hashkit_st *hashkit);
-
-#endif /* HASHKIT_COMMON_H */