提交 b476e53c 编写于 作者: M Matias Romeo

make db.h functions have C linkage

上级 a0757448
......@@ -5,6 +5,7 @@
#pragma once
#include <eoslib/types.h>
extern "C" {
/**
* @defgroup database Database API
* @brief APIs that store and retreive data on the blockchain
......@@ -174,4 +175,4 @@ bool remove_i128i128( AccountName scope, TableName table, const void* data );
bool store_i128i128( AccountName scope, TableName table, const void* data, uint32_t len );
///@} dbi128i128
}
#pragma once
extern "C" {
#include <eoslib/db.h>
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册