aboutsummaryrefslogtreecommitdiff
path: root/src/inc.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-05-31 09:48:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-05-31 09:48:17 +0000
commite2af0838c3e99517f3f611f46e70d2a8e9560d7f (patch)
tree077d938d6a8fdbd575ea7fd2284af3133dc7fcc0 /src/inc.h
parent23551f3f4289951a1ca6093eab152700dd0e9d21 (diff)
differentiate DNS lookup error from connection errors.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3081 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.h')
-rw-r--r--src/inc.h3
1 files changed, 2 insertions, 1 deletions
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