comparison mcabber/mcabber/api.h @ 1813:1c3efa9bc422

s/HOOK_HANDLER_RESULT_ALLOW_MORE_HOOKS/HOOK_HANDLER_RESULT_ALLOW_MORE_HANDLERS Similar to Loudmouth's return code. Bump API revision (11)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Mar 2010 21:56:20 +0100
parents e6d355e50d7a
children d13315366ba5
comparison
equal deleted inserted replaced
1812:5dbb3ebbc466 1813:1c3efa9bc422
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 10 6 #define MCABBER_API_VERSION 11
7 #define MCABBER_API_MIN 9 7 #define MCABBER_API_MIN 11
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