Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / libedataserver / e-data-server-module.h
index b530db1..5af433d 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2004  Novell, Inc.
  *
  * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
+ * modify it under the terms of version 2 of the GNU Lesser General Public
  * License as published by the Free Software Foundation.
  *
  * This program is distributed in the hope that it will be useful,
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public
+ * You should have received a copy of the GNU Lesser General Public
  * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  *
  * Author: Chris Toshok <toshok@ximian.com>
  */
 
 G_BEGIN_DECLS
 
-void   e_data_server_module_initialize             (void);
+void   e_data_server_module_init             (void);
 GList *e_data_server_get_extensions_for_type (GType type);
 void   e_data_server_extension_list_free     (GList *list);
+void   e_data_server_module_remove_unused    (void);
 
 /* Add a type to the module interface - allows EDS to add its own modules
  * without putting them in separate shared libraries */