events.c

来自「Linux下的多协议即时通讯程序源代码」· C语言 代码 · 共 54 行

C
54
字号
/* $Id: events.c 16856 2006-08-19 01:13:25Z evands $ *//* *  (C) Copyright 2001-2003 Wojtek Kaniewski <wojtekka@irc.pl> *                          Robert J. Wo糿y <speedy@ziew.org> *                          Arkadiusz Mi秌iewicz <arekm@pld-linux.org> * *  This program is free software; you can redistribute it and/or modify *  it under the terms of the GNU Lesser General Public License Version *  2.1 as published by the Free Software Foundation. * *  This program is distributed in the hope that it will be useful, *  but WITHOUT ANY WARRANTY; without even the implied warranty of *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the *  GNU Lesser General Public License for more details. * *  You should have received a copy of the GNU Lesser General Public *  License along with this program; if not, write to the Free Software *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, *  USA. */#include <sys/types.h>#ifndef _WIN32#include <sys/wait.h>#include <sys/ioctl.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#endif#include "libgadu-config.h"#include <errno.h>#ifdef __GG_LIBGADU_HAVE_PTHREAD#  include <pthread.h>#endif#include <stdio.h>#include <string.h>#include <stdlib.h>#include <time.h>#include <unistd.h>#ifdef __GG_LIBGADU_HAVE_OPENSSL#  include <openssl/err.h>#  include <openssl/x509.h>#endif#include "compat.h"#include "libgadu.h"/* * gg_event_free() * * zwalnia pami赕 zajmowan

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?