aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 09:52:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 09:52:43 +0000
commit8e645104879753898e43fa707fffe31ee5a2c3bf (patch)
tree06d2f5b95d74fd371507d514b487649ff0f858c3 /src/socket.h
parent3280daf49b52af31dbe5fda7afe96ff0767c01c1 (diff)
modified version display.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@463 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h5
1 files changed, 4 insertions, 1 deletions
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);