view mcabber/mcabber/api.h @ 1774:dc4bd31c2254

Fix two warnings
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Mar 2010 22:31:16 +0100
parents d80a9e32ab1a
children e4378fbab5d7
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 3
#define MCABBER_API_MIN     3

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif