summaryrefslogtreecommitdiff
path: root/src/remote-exec.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 08:28:32 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 08:28:32 +0000
commita61f54aadce62bb71e076f3902a3ca0c59fadb20 (patch)
treefe298593d337a37c87e95e19a35cb3ccf616f812 /src/remote-exec.h
parente686fec66c00a77ed532013223ca0683c8ebf3d6 (diff)
some improvements to remote exec. can now use profile options like %{hostname}
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 779324c..0596d04 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(JsonObject * obj, const gchar * input);
+gchar *build_remote_exec_cmd(TrgPrefs *prefs, JsonObject * torrent, const gchar * input);
#endif /* REMOTE_EXEC_H_ */