mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
11 lines
No EOL
304 B
C
11 lines
No EOL
304 B
C
#ifndef NULLSOFT_DOWNLOADSDIALOGH
|
|
#define NULLSOFT_DOWNLOADSDIALOGH
|
|
|
|
#include "DownloadStatus.h"
|
|
#include "Downloaded.h"
|
|
|
|
void DownloadsUpdated();
|
|
void DownloadsUpdated( DownloadToken token, const DownloadedFile *f );
|
|
void DownloadsUpdated( const DownloadStatus::Status &s, DownloadToken token );
|
|
|
|
#endif |