source: trunk/third/libart_lgpl/libart-features.c @ 18256

Revision 18256, 366 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18255, which included commits to RCS files with non-trunk default branches.
Line 
1#include "libart-features.h"
2
3/* General initialization hooks */
4const unsigned int libart_major_version=LIBART_MAJOR_VERSION,
5  libart_minor_version=LIBART_MINOR_VERSION,
6  libart_micro_version=LIBART_MICRO_VERSION;
7
8const char *libart_version = LIBART_VERSION;
9
10void
11libart_preinit(void *app, void *modinfo)
12{
13}
14
15void
16libart_postinit(void *app, void *modinfo)
17{
18}
Note: See TracBrowser for help on using the repository browser.