aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-25 08:43:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-25 08:43:05 +0000
commit97fe8bb5863e75e62afcb6c2b6cac10299920e9c (patch)
treed45a60052e8c56c27edb0670afe3b542b547c207 /libsylph/utils.h
parent749d0bd1eb364a5efc52d2f0a0b4b7731c9332ba (diff)
win32: use ShellExecute() on print.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@680 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index ab898dd0..bc704e8e 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -437,6 +437,7 @@ gint execute_command_line (const gchar *cmdline,
gboolean async);
gint execute_open_file (const gchar *file,
const gchar *content_type);
+gint execute_print_file (const gchar *file);
gchar *get_command_output (const gchar *cmdline);
/* open URI with external browser */