view mcabber/mcabber/api.h @ 1813:1c3efa9bc422

s/HOOK_HANDLER_RESULT_ALLOW_MORE_HOOKS/HOOK_HANDLER_RESULT_ALLOW_MORE_HANDLERS Similar to Loudmouth's return code. Bump API revision (11)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Mar 2010 21:56:20 +0100
parents e6d355e50d7a
children d13315366ba5
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 11
#define MCABBER_API_MIN     11

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif
/* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2:  For Vim users... */