aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 4e699a1d..62664077 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -360,6 +360,7 @@ gint scan_mailto_url (const gchar *mailto,
gchar **cc,
gchar **bcc,
gchar **subject,
+ gchar **inreplyto,
gchar **body);
void set_startup_dir (void);