Use util_clip_triangle() in pan_item_tri_new()
[geeqie.git] / src / remote.h
index 8647031..4b40a6b 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef REMOTE_H
 #define REMOTE_H
 
+#include <glib.h>
+
 struct CollectionData;
 
 struct RemoteConnection {
@@ -47,7 +49,7 @@ void remote_control(const gchar *arg_exec, GList *remote_list, const gchar *path
 
 RemoteConnection *remote_server_init(gchar *path, CollectionData *command_collection);
 gboolean remote_server_exists(const gchar *path);
-
+gboolean is_remote_command(const gchar *text);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */