From e2af0838c3e99517f3f611f46e70d2a8e9560d7f Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 31 May 2012 09:48:17 +0000 Subject: differentiate DNS lookup error from connection errors. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3081 ee746299-78ed-0310-b773-934348b2243d --- src/inc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/inc.h') diff --git a/src/inc.h b/src/inc.h index 5f30c076..f971e1ea 100644 --- a/src/inc.h +++ b/src/inc.h @@ -47,7 +47,8 @@ typedef enum INC_SOCKET_ERROR, INC_EOF, INC_TIMEOUT, - INC_CANCEL + INC_CANCEL, + INC_LOOKUP_ERROR } IncState; struct _IncProgressDialog -- cgit v1.2.3