dict-client.h (dovecot-2.3.16) | : | dict-client.h (dovecot-2.3.17) | ||
---|---|---|---|---|
#ifndef DICT_CLIENT_H | #ifndef DICT_CLIENT_H | |||
#define DICT_CLIENT_H | #define DICT_CLIENT_H | |||
#include "dict.h" | #include "dict.h" | |||
#define DEFAULT_DICT_SERVER_SOCKET_FNAME "dict" | #define DEFAULT_DICT_SERVER_SOCKET_FNAME "dict" | |||
#define DICT_CLIENT_PROTOCOL_MAJOR_VERSION 2 | #define DICT_CLIENT_PROTOCOL_MAJOR_VERSION 3 | |||
#define DICT_CLIENT_PROTOCOL_MINOR_VERSION 2 | #define DICT_CLIENT_PROTOCOL_MINOR_VERSION 2 | |||
#define DICT_CLIENT_PROTOCOL_VERSION_MIN_MULTI_OK 2 | #define DICT_CLIENT_PROTOCOL_VERSION_MIN_MULTI_OK 2 | |||
#define DICT_CLIENT_MAX_LINE_LENGTH (64*1024) | #define DICT_CLIENT_MAX_LINE_LENGTH (64*1024) | |||
enum dict_protocol_cmd { | enum dict_protocol_cmd { | |||
/* <major-version> <minor-version> <value type> <user> <dict name> */ | /* <major-version> <minor-version> <value type> <user> <dict name> */ | |||
DICT_PROTOCOL_CMD_HELLO = 'H', | DICT_PROTOCOL_CMD_HELLO = 'H', | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |