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

17 lines
276 B
C

#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