diff mcabber/mcabber/modules.h @ 1762:e7ce50fe19a9

Introduce mcabber/api.h Bump API revision to 2
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 13 Mar 2010 18:17:10 +0200
parents d8442bcb33b7
children e6d355e50d7a
line wrap: on
line diff
--- a/mcabber/mcabber/modules.h	Sat Mar 13 18:12:47 2010 +0200
+++ b/mcabber/mcabber/modules.h	Sat Mar 13 18:17:10 2010 +0200
@@ -3,7 +3,7 @@
 
 #include <glib.h>
 #include <gmodule.h>
-#include <mcabber/config.h> // MCABBER_BRANCH, MCABBER_API_VERSION
+#include <mcabber/api.h> // MCABBER_BRANCH, MCABBER_API_VERSION
 
 // Module loading process looks like this:
 //   check, if module is loaded
@@ -51,8 +51,6 @@
 
 // Registry of loaded modules
 extern GSList *loaded_modules;
-extern const gchar *mcabber_branch;
-extern const guint mcabber_api_version;
 
 // Should be considered mcabber private and not a part of api