SliTaz Man Pages

Community Doc Forum Pro Shop Bugs Hg Cook

AN_GETVERSION

Provided by antinat package
Section: Antinat Programmer's Manual (3)
Updated: 2005-02-25
Index Return to Main Contents

NAME

an_getversion - retrieve Antinat library version

SYNOPSIS

#include <antinat.h>

unsigned int an_getversion();

DESCRIPTION

The an_getversion(3) function is used to identify the version of the library in use. This can be used to determine if a given function is available. It can be compared to the AN_VERSION constant to determine if the version of the library is older than the version for which your application was compiled.

RETURN VALUE

This call returns the client library version number.

ERRORS

There is no error return.

CONFORMING TO

This function appeared in Antinat 0.90.

SEE ALSO

antinat(3)

AUTHOR

Malcolm Smith <malxau@users.sourceforge.net>

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
CONFORMING TO
SEE ALSO
AUTHOR