From 429b32fba6f5ad14db31fe2690974b57df858999 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 7 Oct 2011 18:55:01 +0000 Subject: make connect button a menu button with other profiles, also add a connection serial used to discard requests issued before a disconnect which get their callback invoked after a new one is established. add an experimental "repeater" flag on exec commands (eg. %{name}[, ]). --- src/remote-exec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/remote-exec.h') diff --git a/src/remote-exec.h b/src/remote-exec.h index 0596d04..864f8b5 100644 --- a/src/remote-exec.h +++ b/src/remote-exec.h @@ -20,6 +20,6 @@ #ifndef REMOTE_EXEC_H_ #define REMOTE_EXEC_H_ -gchar *build_remote_exec_cmd(TrgPrefs *prefs, JsonObject * torrent, const gchar * input); +gchar *build_remote_exec_cmd(TrgPrefs *prefs, GtkTreeModel *model, GList *selection, const gchar * input); #endif /* REMOTE_EXEC_H_ */ -- cgit v1.2.3