All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
modules/mod-lua/src/test/util/test_aerospike.h
Go to the documentation of this file.
1 #pragma once
2 
3 /**
4  * An as_aerospike for tests.
5  */
6 
7 #include <aerospike/as_aerospike.h>
8 
9 /*****************************************************************************
10  * FUNCTIONS
11  *****************************************************************************/
12 
13 as_aerospike * test_aerospike_new();
14 as_aerospike * test_aerospike_init(as_aerospike *);