aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/tools/evolution-addressbook-export.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-26 04:33:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-26 06:36:08 +0800
commit8d6e1c903efbd4b2cb7bf9a07a1f565955343f33 (patch)
treeebbdfb878250ff02369f98ceb7d79c785fddf234 /addressbook/tools/evolution-addressbook-export.h
parent361dd78922ab2332a576bb7695466387b021c97a (diff)
downloadgsoc2013-evolution-8d6e1c903efbd4b2cb7bf9a07a1f565955343f33.tar
gsoc2013-evolution-8d6e1c903efbd4b2cb7bf9a07a1f565955343f33.tar.gz
gsoc2013-evolution-8d6e1c903efbd4b2cb7bf9a07a1f565955343f33.tar.bz2
gsoc2013-evolution-8d6e1c903efbd4b2cb7bf9a07a1f565955343f33.tar.lz
gsoc2013-evolution-8d6e1c903efbd4b2cb7bf9a07a1f565955343f33.tar.xz
gsoc2013-evolution-8d6e1c903efbd4b2cb7bf9a07a1f565955343f33.tar.zst
gsoc2013-evolution-8d6e1c903efbd4b2cb7bf9a07a1f565955343f33.zip
evolution-addressbook-export: Return nothing from action functions.
The previous return value was not being checked anyway.
Diffstat (limited to 'addressbook/tools/evolution-addressbook-export.h')
-rw-r--r--addressbook/tools/evolution-addressbook-export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/tools/evolution-addressbook-export.h b/addressbook/tools/evolution-addressbook-export.h
index 28168c40ff..158066fe25 100644
--- a/addressbook/tools/evolution-addressbook-export.h
+++ b/addressbook/tools/evolution-addressbook-export.h
@@ -53,10 +53,10 @@ struct _ActionContext {
typedef struct _ActionContext ActionContext;
/* action_list_folders */
-guint action_list_folders_init (ActionContext *p_actctx);
+void action_list_folders_init (ActionContext *p_actctx);
/*action list cards*/
-guint action_list_cards_init (ActionContext *p_actctx);
+void action_list_cards_init (ActionContext *p_actctx);
G_END_DECLS