mcabber/mcabber/api.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 13 Mar 2010 20:09:14 +0200
changeset 1768 d80a9e32ab1a
parent 1762 e7ce50fe19a9
child 1780 e4378fbab5d7
permissions -rw-r--r--
Refuse to replace existing guards * Settings_set_guard returns success status * API v3 * Min API v3

#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