view mcabber/mcabber/api.h @ 1764:6e856c5858c3

Display module API version with mcabber -V
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Mar 2010 19:08:48 +0100
parents e7ce50fe19a9
children d80a9e32ab1a
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 2
#define MCABBER_API_MIN     1

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif