debian man page for atversion

Query: atversion

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

atversion(3)						       AtFS Toolkit Library						      atversion(3)

NAME
atSetVersAlias, atDelVersAlias, atVno, atGen, atRev - version handling
SYNOPSIS
#include <atfs.h> #include <atfstk.h> int atSetVersAlias (Af_key *aso; char *aliasName); int atDelVersAlias (Af_key *aso; char *aliasName); int atVno (Af_key *aso); void atGen (int versionNumber) void atRev (int versionNumber)
DESCRIPTION
atSetVersAlias sets a version number alias (a unique symbolic name for a version) for aso. The function checks, whether aliasName is unique within the ASOs history and complains, if not. It returns TRUE on success and FALSE otherwise. The case that the version already had the alias name is considered as success. atDelVersAlias deletes the given aliasName from the list of version aliases attached to aso. It returns TRUE on success and FALSE other- wise. It also returns TRUE, when the alias name did not exist. atVno returns a compact representation of asos generation and revision number, packed into a single integer. atGen extracts the generation number, and atRev the revision number from a versionNumber in compact representation.
DIAGNOSTICS
On error, the atError variable is set to an appropriate error code, and atErrMsg holds a diagnostic message. AtFStk-1.12 Fri Jun 25 17:21:56 1993 atversion(3)
Related Man Pages
atscanstatus(3) - debian
atwritemode(3) - debian
atfstkintro(3) - netbsd
atfstkintro(3) - xfree86
atfstkintro(3) - hpux
Similar Topics in the Unix Linux Community
Parse xml file
[Solved] How remove leading whitespace from xml (sed /awk?)
Problem with a lp from UNIX
XML Marge in to One Final XML
Getting VALUE from Big XML File -- That's All