mcabber/mcabber/api.h
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 15 Mar 2010 00:47:39 +0200
changeset 1791 6e0a8bfb3a01
parent 1787 1f913c92c9b2
child 1795 47699a09ceb3
permissions -rw-r--r--
Add scr_gettextheight()

#ifndef __MCABBER_API_H__
#define __MCABBER_API_H__ 1

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

#define MCABBER_API_VERSION 7
#define MCABBER_API_MIN     4

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif