summaryrefslogtreecommitdiff
path: root/src/remote-exec.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-29 22:01:33 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-29 22:01:33 +0000
commite686fec66c00a77ed532013223ca0683c8ebf3d6 (patch)
tree09ec87b750cfdb453ed6490ecd523b88f40f488d /src/remote-exec.h
parent37f5bcc29fb404bb1a87d05230ab71c5f31650dc (diff)
oops, forgot to add two new files
Diffstat (limited to 'src/remote-exec.h')
-rw-r--r--src/remote-exec.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/remote-exec.h b/src/remote-exec.h
new file mode 100644
index 0000000..779324c
--- /dev/null
+++ b/src/remote-exec.h
@@ -0,0 +1,25 @@
+/*
+ * transmission-remote-gtk - A GTK RPC client to Transmission
+ * Copyright (C) 2011 Alan Fitton
+
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef REMOTE_EXEC_H_
+#define REMOTE_EXEC_H_
+
+gchar *build_remote_exec_cmd(JsonObject * obj, const gchar * input);
+
+#endif /* REMOTE_EXEC_H_ */