* call osso_abook_init before doing anything with the addressbook.
[modest] / src / modest-init.h
index 493202e..c0eede7 100644 (file)
@@ -39,6 +39,8 @@ G_BEGIN_DECLS
 
 /**
  * modest_init_init_core:
+ * @argc:
+ * @argv:
  *
  * initialize the modest runtime system (which sets up the
  * environment, instantiates singletons and so on)
@@ -47,7 +49,7 @@ G_BEGIN_DECLS
  *  
  * TRUE if this succeeded, FALSE otherwise.
  */
-gboolean modest_init_init_core (void);
+gboolean modest_init_init_core (int argc, char *argv[]);
 
 
 /**