mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 15:05:46 -04:00
Initial community commit
This commit is contained in:
17
Src/Plugins/Library/ml_wire/errors.h
Normal file
17
Src/Plugins/Library/ml_wire/errors.h
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef NULLSOFT_ML_WIRE_ERRORS_H
|
||||
#define NULLSOFT_ML_WIRE_ERRORS_H
|
||||
|
||||
enum
|
||||
{
|
||||
DOWNLOAD_SUCCESS = 0,
|
||||
DOWNLOAD_404,
|
||||
DOWNLOAD_TIMEOUT,
|
||||
DOWNLOAD_NOTRSS,
|
||||
DOWNLOAD_DUPLICATE,
|
||||
DOWNLOAD_NOHTTP,
|
||||
DOWNLOAD_NOPARSER,
|
||||
DOWNLOAD_CONNECTIONRESET,
|
||||
DOWNLOAD_ERROR_PARSING_XML,
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user