summaryrefslogtreecommitdiff
path: root/src/remote-exec.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-17 13:21:27 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-17 13:21:27 +0000
commit57cb76cd8486a7cd4ca7de039dd874c6fe32ce94 (patch)
tree2f5955a8f200a9179a1ebe05be9a4150911b2ce7 /src/remote-exec.h
parent5bb75c2cc4c5ad23eebef9832fb74a9eaf632b51 (diff)
allow remote session variables to be used in actions
Diffstat (limited to 'src/remote-exec.h')
-rw-r--r--src/remote-exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote-exec.h b/src/remote-exec.h
index 4fb67f4..4f8c52e 100644
--- a/src/remote-exec.h
+++ b/src/remote-exec.h
@@ -20,7 +20,7 @@
#ifndef REMOTE_EXEC_H_
#define REMOTE_EXEC_H_
-gchar *build_remote_exec_cmd(TrgPrefs *prefs, GtkTreeModel *model, GList *selection,
+gchar *build_remote_exec_cmd(TrgClient *tc, GtkTreeModel *model, GList *selection,
const gchar * input);
#endif /* REMOTE_EXEC_H_ */