diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-25 15:46:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-25 15:46:06 +0800 |
commit | 6ea2a4da8b06dd138bc815b242d6670d7c003223 (patch) | |
tree | c6c40aca0b8f4deb9c03a3d54d6385b8de17e711 /mail/mail-ops.h | |
parent | 6147ca54a454838e00dfa108db5b13ec10b9aa2f (diff) | |
download | gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.gz gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.bz2 gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.lz gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.xz gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.zst gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.zip |
Update to take argc and argv arguments since this is the new definition
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_execute_shell_command): Update to take argc and
argv arguments since this is the new definition for the
CamelFilterDriverShellFunc.
* mail-session.c (main_get_filter_driver): Updated for the renamed
function.
svn path=/trunk/; revision=17585
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index e509577bd6..e2024108cc 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -156,7 +156,7 @@ void mail_store_set_offline(CamelStore *store, gboolean offline, void *data); /* filter driver execute shell command async callback */ -void mail_execute_shell_command (CamelFilterDriver *driver, const char *command, void *data); +void mail_execute_shell_command (CamelFilterDriver *driver, int argc, char **argv, void *data); #ifdef __cplusplus } |