From 8e645104879753898e43fa707fffe31ee5a2c3bf Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 4 Aug 2005 09:52:43 +0000 Subject: modified version display. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@463 ee746299-78ed-0310-b773-934348b2243d --- src/socket.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/socket.h') diff --git a/src/socket.h b/src/socket.h index 35447cbe..60ee30fc 100644 --- a/src/socket.h +++ b/src/socket.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2003 Hiroyuki Yamamoto + * Copyright (C) 1999-2005 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -65,6 +65,9 @@ struct _SockInfo GIOCondition condition; }; +gint sock_init (void); +gint sock_cleanup (void); + gint sock_set_io_timeout (guint sec); gint sock_set_nonblocking_mode (SockInfo *sock, gboolean nonblock); -- cgit v1.2.3