Previous section.

Resource ReSerVation Protocol API (RAPI)
Copyright © 1998 The Open Group

NAME

rapi_version - RAPI version

SYNOPSIS

#include <rapi.h>

int rapi_version(void)


DESCRIPTION

This call obtains the version of the interface. It may be used by an application to adapt to different versions.

RESULT

This call returns a single integer that defines the version of the interface. The returned value is composed of a major number and a minor number, encoded as:
100 * major + minor

The API described in this specification has major version number 6.

Contents Next section Index