summaryrefslogtreecommitdiff
path: root/thunar-volman/tvm-run.h
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-volman/tvm-run.h')
-rw-r--r--thunar-volman/tvm-run.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/thunar-volman/tvm-run.h b/thunar-volman/tvm-run.h
index cd450db..dc67d13 100644
--- a/thunar-volman/tvm-run.h
+++ b/thunar-volman/tvm-run.h
@@ -27,10 +27,12 @@
G_BEGIN_DECLS
-gboolean tvm_run_command (TvmContext *context,
- GMount *mount,
- const gchar *command,
- GError **error);
+gboolean tvm_run_command (TvmContext *context,
+ GMount *mount,
+ const gchar *command,
+ GError **error);
+gboolean tvm_run_burn_software (TvmContext *context,
+ GError **error);
G_END_DECLS