Make SSL_connect nonblocking, using a thread
[claws.git] / src / common / sylpheed.h
index f7a9b1bfd039b265bd231f721751059e758ebe34..8233def87ed7a30d6883f26fd57c2db88218e50d 100644 (file)
@@ -26,5 +26,7 @@ gboolean sylpheed_init                        (int *argc, char ***argv);
 void sylpheed_done                     (void);
 const gchar *sylpheed_get_startup_dir  (void);
 guint sylpheed_get_version             (void);
+void sylpheed_register_idle_function   (void (*idle_func)(void));
+void sylpheed_do_idle                  (void);
 
 #endif /* SYLPHEED_H */