view mcabber/mcabber/api.h @ 1805:48e47198a9db

Use urgent flag The urgent sign is set (in MUC rooms only so far)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 21 Mar 2010 15:18:40 +0100
parents b135572fcd26
children 9daf6b3f30d6
line wrap: on
line source

#ifndef __MCABBER_API_H__
#define __MCABBER_API_H__ 1

#include <mcabber/config.h> // For MCABBER_BRANCH

#define MCABBER_API_VERSION 9
#define MCABBER_API_MIN     8

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif