Skip to content
Snippets Groups Projects
Commit 4e5d8a4a authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

ZXID: Added version().

parent dd8019ea
No related branches found
No related tags found
No related merge requests found
...@@ -657,6 +657,15 @@ PIKECLASS Configuration { ...@@ -657,6 +657,15 @@ PIKECLASS Configuration {
} }
/*! @endclass Configuration */ /*! @endclass Configuration */
/*! @decl int version()
*!
*! Return the numeric version of the zxid library.
*/
PIKEFUN int version()
{
RETURN zxid_version();
}
PIKE_MODULE_INIT PIKE_MODULE_INIT
{ {
INIT; INIT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment