aboutsummaryrefslogtreecommitdiff
path: root/src/summary_search.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-19 08:14:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-19 08:14:29 +0000
commitdd4cc5ad59b75269648e083aebce4a13522f8f2c (patch)
tree2870fee416424473e1704dd776d9914eb54e7dc1 /src/summary_search.h
parentd55459c79d6ddfa0b006c5696d408a7e388cf8c8 (diff)
removed SummaryView* from the argument of summary_search(). Preset folder when saving as search folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@837 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summary_search.h')
-rw-r--r--src/summary_search.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/summary_search.h b/src/summary_search.h
index 2b0d3cc6..128007cd 100644
--- a/src/summary_search.h
+++ b/src/summary_search.h
@@ -22,10 +22,8 @@
#include <glib.h>
-#include "summaryview.h"
#include "folder.h"
-void summary_search (SummaryView *summaryview,
- FolderItem *item);
+void summary_search (FolderItem *item);
#endif /* __SUMMARY_SEARCH_H__ */