mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
15 lines
No EOL
247 B
C
15 lines
No EOL
247 B
C
#ifndef NULLSOFT_ML_DOWNLOADS_ERRORS_H
|
|
#define NULLSOFT_ML_DOWNLOADS_ERRORS_H
|
|
|
|
enum
|
|
{
|
|
DOWNLOAD_SUCCESS = 0,
|
|
DOWNLOAD_404,
|
|
DOWNLOAD_TIMEOUT,
|
|
DOWNLOAD_NOHTTP,
|
|
DOWNLOAD_NOPARSER,
|
|
DOWNLOAD_CONNECTIONRESET,
|
|
DOWNLOAD_ERROR_PARSING_XML,
|
|
};
|
|
|
|
#endif |