untwist file selection logic - be explicit
[claws.git] / src / gtk / filesel.h
index 4ffc27848589f9dfebb3269497e2d925eb04da89..c864b35a469fcb48624840b19f91c6610d9c94a2 100644 (file)
@@ -22,8 +22,9 @@
 
 #include <glib.h>
 
-gchar *filesel_select_file(const gchar *title, const gchar *file);
+gchar *filesel_select_file_open(const gchar *title, const gchar *path);
+gchar *filesel_select_file_save(const gchar *title, const gchar *path);
 
-GList *filesel_select_multiple_files(const gchar *title, const gchar *file);
+GList *filesel_select_multiple_files_open(const gchar *title);
 
 #endif /* __FILESEL_H__ */