Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
12
Src/Plugins/Library/ml_history/HistoryAPI.h
Normal file
12
Src/Plugins/Library/ml_history/HistoryAPI.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
#include "api_history.h"
|
||||
|
||||
class HistoryAPI : public api_history
|
||||
{
|
||||
public:
|
||||
historyRecordList *Query(const wchar_t *query);
|
||||
void FreeHistoryList(historyRecordList *historyList);
|
||||
|
||||
protected:
|
||||
RECVS_DISPATCH;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue