comparison mcabber/mcabber/api.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
children d80a9e32ab1a
comparison
equal deleted inserted replaced
1761:61f0482d3993 1762:e7ce50fe19a9
1 #ifndef __MCABBER_API_H__
2 #define __MCABBER_API_H__ 1
3
4 #include <mcabber/config.h> // For MCABBER_BRANCH
5
6 #define MCABBER_API_VERSION 2
7 #define MCABBER_API_MIN 1
8
9 extern const gchar *mcabber_branch;
10 extern const guint mcabber_api_version;
11
12 #endif