Skip to content

Commit

Permalink
native: fix #118
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Jan 15, 2021
1 parent caf5a29 commit e32da3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions native/native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,3 +728,8 @@ CQAPI(int32_t, CQ_setFunctionMark, 8)(int32_t plugin_id, const char* name)
{
return 0;
}

CQAPI(const char*, CQ_getRecord, 12)(int32_t plugin_id, const char* file, const char* format)
{
return CQ_getRecordV2(plugin_id, file, format);
}

0 comments on commit e32da3b

Please sign in to comment.