X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit-1.0%2Ftypes.h;h=b2ce4278b8352431712748482db6f8a6e088d518;hb=ad2e1c9a762d63323ec7825bcfffae044c88dcc1;hp=e0f1f1387ffc2097723c58e1a438ca4e61ad68b6;hpb=c69776b7cf0d0c26b07abd83da8a797182ff6fae;p=awesomized%2Flibmemcached diff --git a/libhashkit-1.0/types.h b/libhashkit-1.0/types.h index e0f1f138..b2ce4278 100644 --- a/libhashkit-1.0/types.h +++ b/libhashkit-1.0/types.h @@ -1,9 +1,9 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * - * HashKit + * HashKit library * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ - * Copyright (C) 2009 Brian Aker All rights reserved. + * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/ + * Copyright (C) 2009-2010 Brian Aker All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -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);