man3mngr/updateCONFLIST

Table of Contents

Name

updateCONFLIST - update data and status fields in a CONFLIST record

Description

updateCONFLIST updates CONFLIST.Current, CONFLIST.Prev, CONFLIST.Status.

This provides a shortcut to writing the same assignments over and over again.

This function is part of libmngr.

Syntax

void updateCONFLIST(
   CONFLIST *CFpnt,

   double V,

   int error

   );

Arguments

CFpnt

A pointer to a CONFLIST record.

V

The new value.

error

The new status value.

See Also

libmngr.3

Manual page revision

$Id: updateCONFLIST.3,v 1.0 2002/03/18 03:18:29 kitchen Exp $


Table of Contents