view mcabber/mcabber/api.h @ 1780:e4378fbab5d7

Major API cleanup - bump API to 4 Get rid of old CamelCase names in screen.h
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 12:09:08 +0100
parents d80a9e32ab1a
children 5c043358ded0
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 4
#define MCABBER_API_MIN     4

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif