sync with Hiroyuki's 0.5.0claws2-3
[claws.git] / src / grouplistdialog.h
similarity index 90%
rename from src/grouplist_dialog.h
rename to src/grouplistdialog.h
index 75ad71b1577cfdd71ba36f8cbc518da0f5f11218..6cd0bcb7c5de73584bd1f28c65593262ed045096 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2001 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,8 +21,9 @@
 #define __GROUPLISTDIALOG_H__
 
 #include <glib.h>
+
 #include "folder.h"
 
-gchar *grouplist_dialog                        (FolderItem * item);
+gchar *grouplist_dialog        (Folder *folder);
 
 #endif /* __GROUPLISTDIALOG_H__ */