acl/lib_acl/samples/zdb/zdb_test.h
2015-01-05 17:25:09 +08:00

14 lines
189 B
C

#ifndef __ZDB_TEST_INCLUDE_H__
#define __ZDB_TEST_INCLUDE_H__
#ifdef __cplusplus
extern "C" {
#endif
void zdb_test_main(const char *cmd);
#ifdef __cplusplus
}
#endif
#endif