winamp/Src/Plugins/Library/ml_history/HistoryAPI.h
2024-09-24 14:54:57 +02:00

12 lines
222 B
C++

#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;
};