comparison mcabber/mcabber/api.h @ 1986:ad77110343d6

Use a command ID with cmd_add/cmd_del (Myhailo Danylenko) Patch merged from isbear's mcabber-experimental repository.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 27 Mar 2011 18:28:45 +0200
parents 1c684577705e
children dd65a18dc480
comparison
equal deleted inserted replaced
1985:0870005f7efc 1986:ad77110343d6
1 #ifndef __MCABBER_API_H__ 1 #ifndef __MCABBER_API_H__
2 #define __MCABBER_API_H__ 1 2 #define __MCABBER_API_H__ 1
3 3
4 #include <mcabber/config.h> // For MCABBER_BRANCH 4 #include <mcabber/config.h> // For MCABBER_BRANCH
5 5
6 #define MCABBER_API_VERSION 18 6 #define MCABBER_API_VERSION 19
7 #define MCABBER_API_MIN 18 7 #define MCABBER_API_MIN 19
8 8
9 extern const gchar *mcabber_branch; 9 extern const gchar *mcabber_branch;
10 extern const guint mcabber_api_version; 10 extern const guint mcabber_api_version;
11 11
12 #endif 12 #endif