aboutsummaryrefslogtreecommitdiffstats
path: root/src/ack.h
blob: 839452e909213b0e3c2ee29fa3da0ae255a820cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef ACK_H
#define ACK_H

#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
#define ACK_ERROR_NO_EXIST		6
#define ACK_ERROR_PLAYLIST_MAX		7
#define ACK_ERROR_SYSTEM		8
#define ACK_ERROR_PLAYLIST_LOAD		9
#define ACK_ERROR_UPDATE_ALREADY	10
#define ACK_ERROR_PLAYER_SYNC		11

#endif