Sha256: 6c0a06395c077353f40e3e70ce18ca99488a2f9b1ea384a9d47f80c4658627fc
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 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 /* How we make all of this work :) */ LIBTEST_API void get_world(Framework *world); #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/get.h |
couchbase-memcached-1.2.8 | ext/libmemcached-0.50/libtest/get.h |