logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

XPAClose - close a persistent XPA client handle

Description

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

       Example:

         #include <xpa.h>

         XPA xpa;
         XPAClose(xpa);

Name

XPAClose-closeapersistentXPAclienthandle

See Also

       See xpa(n) for a list of XPA help pages

version 2.1.15                                    July 23, 2013                                      xpaclose(3)

Synopsis

         #include <xpa.h>

         void XPAClose(XPA xpa);

See Also