view mcabber/mcabber/api.h @ 1938:26e437e79e60

Fix MUC whois / auto_whois This patch should fix issue #68: https://bitbucket.org/McKael/mcabber-crew/issue/68/
author Mikael Berthe <mikael@lilotux.net>
date Sat, 12 Feb 2011 19:00:59 +0100
parents a65ce358cee3
children 975f6f26b052
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 16
#define MCABBER_API_MIN     13

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... */