Sha256: 49d9c48a28893f5a0633e04a7ea01992cf12cdf3cae33d590bf68a5750b85840
Contents?: true
Size: 573 Bytes
Versions: 2
Compression:
Stored size: 573 Bytes
Contents
/* uTest Copyright (C) 2011 Data Differential, http://datadifferential.com/ * * 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 typedef void* (test_callback_create_fn)(enum test_return_t*); typedef enum test_return_t (test_callback_fn)(void *); typedef enum test_return_t (test_callback_runner_fn)(test_callback_fn*, void *); typedef enum test_return_t (test_callback_error_fn)(const enum test_return_t, void *); #ifdef __cplusplus } #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
couchbase-memcached-1.2.9 | ext/libmemcached-0.50/libtest/callbacks.h |
couchbase-memcached-1.2.8 | ext/libmemcached-0.50/libtest/callbacks.h |