Merge in trunk. Updates to manual/update to latest libtest.
[m6w6/libmemcached] / libtest / get.h
1 /*
2 * uTest Copyright (C) 2011 Data Differential, http://datadifferential.com/
3 *
4 * Use and distribution licensed under the BSD license. See
5 * the COPYING file in the parent directory for full text.
6 */
7
8 #pragma once
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 /* How we make all of this work :) */
15 LIBTEST_API
16 void get_world(Framework *world);
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22