libirc_params.h | libirc_params.h | |||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
* This library is free software; you can redistribute it and/or modify it | * This library is free software; you can redistribute it and/or modify it | |||
* under the terms of the GNU Lesser General Public License as published by | * under the terms of the GNU Lesser General Public License as published by | |||
* the Free Software Foundation; either version 2 of the License, or (at yo ur | * the Free Software Foundation; either version 2 of the License, or (at yo ur | |||
* option) any later version. | * option) any later version. | |||
* | * | |||
* This library is distributed in the hope that it will be useful, but WITH OUT | * This library is distributed in the hope that it will be useful, but WITH OUT | |||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public | |||
* License for more details. | * License for more details. | |||
* | * | |||
* $Id: libirc_params.h,v 1.9 2004/11/08 20:49:37 gyunaev Exp $ | * $Id: libirc_params.h,v 1.10 2005/03/09 21:26:16 gyunaev Exp $ | |||
*/ | */ | |||
#ifndef INCLUDE_IRC_PARAMS_H | #ifndef INCLUDE_IRC_PARAMS_H | |||
#define INCLUDE_IRC_PARAMS_H | #define INCLUDE_IRC_PARAMS_H | |||
#ifndef IN_INCLUDE_LIBIRC_H | #ifndef IN_INCLUDE_LIBIRC_H | |||
#error This file should not be included directly, include just libir cclient.h | #error This file should not be included directly, include just libir cclient.h | |||
#endif | #endif | |||
#define LIBIRC_VERSION_HIGH 0x0001 | #define LIBIRC_VERSION_HIGH 0x0001 | |||
#define LIBIRC_VERSION_LOW 0x0000 | #define LIBIRC_VERSION_LOW 0x0001 | |||
#define LIBIRC_BUFFER_SIZE 1024 | #define LIBIRC_BUFFER_SIZE 1024 | |||
#define LIBIRC_DCC_BUFFER_SIZE 1024 | #define LIBIRC_DCC_BUFFER_SIZE 1024 | |||
#define LIBIRC_STATE_INIT 0 | #define LIBIRC_STATE_INIT 0 | |||
#define LIBIRC_STATE_LISTENING 1 | #define LIBIRC_STATE_LISTENING 1 | |||
#define LIBIRC_STATE_CONNECTING 2 | #define LIBIRC_STATE_CONNECTING 2 | |||
#define LIBIRC_STATE_CONNECTED 3 | #define LIBIRC_STATE_CONNECTED 3 | |||
#define LIBIRC_STATE_DISCONNECTED 4 | #define LIBIRC_STATE_DISCONNECTED 4 | |||
#define LIBIRC_STATE_CONFIRM_SIZE 5 // Used only by DCC send to confirm the amount of sent data | #define LIBIRC_STATE_CONFIRM_SIZE 5 // Used only by DCC send to confirm the amount of sent data | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||