view mcabber/mcabber/api.h @ 1787:1f913c92c9b2

Add urgent flag to the hook-message-in hook Small coding style update, and bump API to v6
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 17:34:56 +0100
parents 5c043358ded0
children 6e0a8bfb3a01
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 6
#define MCABBER_API_MIN     4

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif