summaryrefslogtreecommitdiff
path: root/gio/gio-tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gio-tool.h')
-rw-r--r--gio/gio-tool.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gio/gio-tool.h b/gio/gio-tool.h
index 966500de0..154f30231 100644
--- a/gio/gio-tool.h
+++ b/gio/gio-tool.h
@@ -20,8 +20,11 @@
#ifndef __GIO_TOOL_H__
#define __GIO_TOOL_H__
+void print_error (const gchar *format,
+ ...);
void print_file_error (GFile *file,
- const char *message);
+ const gchar *format,
+ ...);
void show_help (GOptionContext *context,
const char *message);