Initial community commit
This commit is contained in:
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;
|
||||
};
|
||||
Reference in New Issue
Block a user