X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit-1.0%2Fstrerror.h;h=d25d5b306a516e8374baccdf4b40808642f47f41;hb=HEAD;hp=0785f0ccc3652b808822bd50f733f36c6f3d5e4a;hpb=bd53173d0a23c8c2a0dac68056cbd2cc52d5a6ef;p=awesomized%2Flibmemcached diff --git a/libhashkit-1.0/strerror.h b/libhashkit-1.0/strerror.h deleted file mode 100644 index 0785f0cc..00000000 --- a/libhashkit-1.0/strerror.h +++ /dev/null @@ -1,20 +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. - */ - -#pragma once - -#ifdef __cplusplus -extern "C" { -#endif - -HASHKIT_API - const char *hashkit_strerror(hashkit_st *ptr, hashkit_return_t rc); - -#ifdef __cplusplus -} -#endif