SYNOPSIS

  #include <xpa.h>

  void XPAClose(XPA xpa);

DESCRIPTION

XPAClose closes the persistent connections associated with this \s-1XPA\s0 struct and frees all allocated space. It also closes the open sockets connections to all \s-1XPA\s0 servers that were opened using this handle.

Example -

#include <xpa.h>

XPA xpa; XPAClose(xpa);

RELATED TO xpaclose…

See xpa(7) for a list of \s-1XPA\s0 help pages