aboutsummaryrefslogtreecommitdiff
path: root/src/inc.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-08 06:24:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-08 06:24:28 +0000
commit6224779aca608fd457f1cb0d24ff516afe72694d (patch)
treed649345a1cf7b464e43cabc52f6a7bc613049c51 /src/inc.h
parent90f27721aa04778bfc238f1af95462c206aa6ce4 (diff)
implemented new message notification popup window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3211 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.h')
-rw-r--r--src/inc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inc.h b/src/inc.h
index 8c7846c7..98ca1989 100644
--- a/src/inc.h
+++ b/src/inc.h
@@ -32,6 +32,7 @@
#include "session.h"
#include "pop.h"
+typedef struct _IncResult IncResult;
typedef struct _IncProgressDialog IncProgressDialog;
typedef struct _IncSession IncSession;
@@ -64,6 +65,8 @@ struct _IncProgressDialog
GList *queue_list; /* list of IncSession */
gint cur_row;
+
+ IncResult *result;
};
struct _IncSession