mcabber/mcabber/api.h
author Mikael Berthe <mikael@lilotux.net>
Sun, 21 Mar 2010 15:13:33 +0100
changeset 1802 b135572fcd26
parent 1795 47699a09ceb3
child 1806 9daf6b3f30d6
permissions -rw-r--r--
Add urgent flag per screen buffer

#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