winamp/Src/Plugins/Library/ml_history/HistoryAPI.h

12 lines
222 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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;
};