Sha256: 1ab57a08820b66a9b0e8ba2c574c506758a26459f10e64b1b8c547646d29b6f0
Contents?: true
Size: 435 Bytes
Versions: 2
Compression:
Stored size: 435 Bytes
Contents
/* 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. */ #ifndef HASHKIT_STRERROR_H #define HASHKIT_STRERROR_H #ifdef __cplusplus extern "C" { #endif HASHKIT_API const char *hashkit_strerror(hashkit_st *ptr, hashkit_return_t rc); #ifdef __cplusplus } #endif #endif /* HASHKIT_STRERROR_H */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
couchbase-memcached-1.2.9 | ext/libmemcached-0.50/libhashkit/strerror.h |
couchbase-memcached-1.2.8 | ext/libmemcached-0.50/libhashkit/strerror.h |