projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
297ab81
)
Remove extern (these are not extern).
author
Brian Aker
<brian@tangent.org>
Thu, 22 Nov 2012 10:16:56 +0000
(
05:16
-0500)
committer
Brian Aker
<brian@tangent.org>
Thu, 22 Nov 2012 10:16:56 +0000
(
05:16
-0500)
libhashkit/algorithm.h
patch
|
blob
|
history
diff --git
a/libhashkit/algorithm.h
b/libhashkit/algorithm.h
index e748a996ae2db1966f524074954b671317824cbc..93cdc1da871da6d58e501c6fa9322fedbceba6ec 100644
(file)
--- a/
libhashkit/algorithm.h
+++ b/
libhashkit/algorithm.h
@@
-43,10
+43,6
@@
#pragma once
-#ifdef __cplusplus
-extern "C" {
-#endif
-
uint32_t hashkit_one_at_a_time(const char *key, size_t key_length, void *context);
uint32_t hashkit_fnv1_64(const char *key, size_t key_length, void *context);
@@
-68,7
+64,3
@@
uint32_t hashkit_murmur3(const char *key, size_t key_length, void *context);
uint32_t hashkit_jenkins(const char *key, size_t key_length, void *context);
uint32_t hashkit_md5(const char *key, size_t key_length, void *context);
-
-#ifdef __cplusplus
-}
-#endif