mcabber/mcabber/api.h
author Mikael Berthe <mikael@lilotux.net>
Sun, 21 Mar 2010 15:22:48 +0100
changeset 1806 9daf6b3f30d6
parent 1802 b135572fcd26
child 1811 e6d355e50d7a
permissions -rw-r--r--
Add hook-unread-list-change

#ifndef __MCABBER_API_H__
#define __MCABBER_API_H__ 1

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

#define MCABBER_API_VERSION 10
#define MCABBER_API_MIN     9

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif