view mcabber/mcabber/api.h @ 1818:4694fad35ed8

Fix not displaying of MUC nick, set in bookmark
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 23 Mar 2010 16:47:18 +0200
parents 1c3efa9bc422
children d13315366ba5
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 11
#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... */