This add AES support.
[m6w6/libmemcached] / libhashkit-1.0 / types.h
index e0f1f1387ffc2097723c58e1a438ca4e61ad68b6..5a975375eb308b2f53b34808da973c9f1d5bebe9 100644 (file)
@@ -88,6 +88,7 @@ extern "C" {
 #endif
 
 typedef struct hashkit_st hashkit_st;
+typedef struct hashkit_string_st hashkit_string_st;
 
 typedef uint32_t (*hashkit_hash_fn)(const char *key, size_t key_length, void *context);