Add scr_getlogwinheight()
[mcabber.git] / mcabber / mcabber / api.h
blob1816961ee9c3c33e33992c11795cb1feb9c7eb63
1 #ifndef __MCABBER_API_H__
2 #define __MCABBER_API_H__ 1
4 #include <mcabber/config.h> // For MCABBER_BRANCH
6 #define MCABBER_API_VERSION 12
7 #define MCABBER_API_MIN 11
9 extern const gchar *mcabber_branch;
10 extern const guint mcabber_api_version;
12 #endif
13 /* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2: For Vim users... */