mcabber/mcabber/api.h
author Mikael Berthe <mikael@lilotux.net>
Tue, 23 Mar 2010 23:41:21 +0100
changeset 1819 d13315366ba5
parent 1813 1c3efa9bc422
child 1866 e45d13074721
permissions -rw-r--r--
Add scr_getlogwinheight()

#ifndef __MCABBER_API_H__
#define __MCABBER_API_H__ 1

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

#define MCABBER_API_VERSION 12
#define MCABBER_API_MIN     11

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif
/* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2:  For Vim users... */