2004-06-04 05:03:48 +02:00
|
|
|
#ifndef ACK_H
|
|
|
|
#define ACK_H
|
|
|
|
|
2004-06-14 23:27:39 +02:00
|
|
|
/* Common Errors */
|
2004-06-04 05:03:48 +02:00
|
|
|
#define ACK_ERROR_NOT_LIST 1
|
|
|
|
#define ACK_ERROR_ARG 2
|
|
|
|
#define ACK_ERROR_PASSWORD 3
|
|
|
|
#define ACK_ERROR_PERMISSION 4
|
|
|
|
#define ACK_ERROR_UNKNOWN 5
|
2004-06-14 23:27:39 +02:00
|
|
|
|
|
|
|
#define ACK_ERROR_NO_EXIST 50
|
|
|
|
#define ACK_ERROR_PLAYLIST_MAX 51
|
|
|
|
#define ACK_ERROR_SYSTEM 52
|
|
|
|
#define ACK_ERROR_PLAYLIST_LOAD 53
|
|
|
|
#define ACK_ERROR_UPDATE_ALREADY 54
|
|
|
|
#define ACK_ERROR_PLAYER_SYNC 55
|
|
|
|
#define ACK_ERROR_EXIST 56
|
2004-06-04 05:03:48 +02:00
|
|
|
|
|
|
|
#endif
|