view mcabber/mcabber/api.h @ 1937:118524e9d7b6

Fix "/rename -" (Hermitifier)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 12 Feb 2011 18:31:31 +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... */