comparison mcabber/mcabber/api.h @ 1802:b135572fcd26

Add urgent flag per screen buffer
author Mikael Berthe <mikael@lilotux.net>
date Sun, 21 Mar 2010 15:13:33 +0100
parents 47699a09ceb3
children 9daf6b3f30d6
comparison
equal deleted inserted replaced
1801:07e73049f7c5 1802:b135572fcd26
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 8 6 #define MCABBER_API_VERSION 9
7 #define MCABBER_API_MIN 8 7 #define MCABBER_API_MIN 8
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