From dd4cc5ad59b75269648e083aebce4a13522f8f2c Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 19 Dec 2005 08:14:29 +0000 Subject: 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 --- src/summary_search.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/summary_search.h') 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 -#include "summaryview.h" #include "folder.h" -void summary_search (SummaryView *summaryview, - FolderItem *item); +void summary_search (FolderItem *item); #endif /* __SUMMARY_SEARCH_H__ */ -- cgit v1.2.3