DragonFly On-Line Manual Pages

Search: Section:  


encap_check_prereqs(3)          C Library Calls         encap_check_prereqs(3)

NAME

encap_check_prereqs - check prerequisites for an Encap package

SYNOPSIS

#include <encap.h> int encap_check_prereqs(ENCAP *encap);

VERSION

This man page documents version 2.3 of libencap.

DESCRIPTION

The encap_check_prereqs() function checks the prerequisites for the Encap package associated with encap.

RETURN VALUES

The encap_check_prereqs() function returns 0 on success, 1 if the package's prerequisites were not satisfied, or -1 on error (and sets errno).

SEE ALSO

encap_open(3) University of Illinois Oct 2002 encap_check_prereqs(3)

Search: Section: