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 */ |
---|
4 | const unsigned int libart_major_version=LIBART_MAJOR_VERSION, |
---|
5 | libart_minor_version=LIBART_MINOR_VERSION, |
---|
6 | libart_micro_version=LIBART_MICRO_VERSION; |
---|
7 | |
---|
8 | const char *libart_version = LIBART_VERSION; |
---|
9 | |
---|
10 | void |
---|
11 | libart_preinit(void *app, void *modinfo) |
---|
12 | { |
---|
13 | } |
---|
14 | |
---|
15 | void |
---|
16 | libart_postinit(void *app, void *modinfo) |
---|
17 | { |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.