man3mngr/rmt_FindConfMatch

Table of Contents

Name

rmt_FindConfMatch - find an entry in the CONFLIST database

Description

rmt_FindConfMatch traverses the CONFLIST array looking for a Label and RefName match. It returns a pointer to the first CONFLIST record where a match was found.

This function is part of libmngr.

Syntax

CONFLIST *rmt_FindConfMatch (
   CONFLIST CFpnt[],

   int Size,

   char *L,

   char *D

   );

Arguments

CFpnt

The pointer to the start of the CONFLIST array

Size

the size of the CONFLIST array.

L

a Label

D

a RefName

Return Value

a pointer to the CONFLIST record is returned on success.
null is returned on failure.

Notes

There may be more than one match in the array. If this is a possibility rmt_FindNextConfMatch(3mngr) should be used instead.

See Also

libmngr(3mngr)

Manual page revision

$Id: rmt_FindConfMatch.3,v 1.1 2002/04/07 18:35:52 kitchen Exp $


Table of Contents