Spelling checks for keywords auto-completion list
[geeqie.git] / src / remote.h
index 9214016..b37799b 100644 (file)
@@ -47,6 +47,7 @@ void remote_control(const gchar *arg_exec, GList *remote_list, const gchar *path
                    GList *cmd_list, GList *collection_list);
 
 RemoteConnection *remote_server_init(gchar *path, CollectionData *command_collection);
+gboolean remote_server_exists(const gchar *path);
 
 
 #endif