mcabber/mcabber/api.h
author Mikael Berthe <mikael@lilotux.net>
Sat, 20 Mar 2010 14:38:17 +0100
changeset 1795 47699a09ceb3
parent 1791 6e0a8bfb3a01
child 1802 b135572fcd26
permissions -rw-r--r--
Rework the hook system This hook system implementation should be more efficient and a little more flexible.

#ifndef __MCABBER_API_H__
#define __MCABBER_API_H__ 1

#include <mcabber/config.h> // For MCABBER_BRANCH

#define MCABBER_API_VERSION 8
#define MCABBER_API_MIN     8

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif