aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 14b289be..a67a807a 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2010 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -502,7 +502,12 @@ gint execute_print_file (const gchar *file);
gchar *get_command_output (const gchar *cmdline);
/* open URI with external browser */
-gint open_uri(const gchar *uri, const gchar *cmdline);
+gint open_uri (const gchar *uri,
+ const gchar *cmdline);
+
+/* play sound */
+gint play_sound (const gchar *file,
+ gboolean async);
/* time functions */
time_t remote_tzoffset_sec (const gchar *zone);