winamp/Src/Plugins/Library/ml_wire/DownloadsDialog.h

13 lines
369 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef NULLSOFT_DOWNLOADSDIALOGH
#define NULLSOFT_DOWNLOADSDIALOGH
#include "DownloadStatus.h"
class OmService;
HWND CALLBACK DownloadDialog_Create(HWND hParent, OmService *service);
void DownloadsUpdated();
void DownloadsUpdated( DownloadToken token, const DownloadedFile *f );
void DownloadsUpdated( const DownloadStatus::Status &s, DownloadToken token );
#endif