summaryrefslogtreecommitdiffstats
path: root/xpa/doc/pod/xpaclose.pod
blob: 7148752495005f12431ab4309af4392377006dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=pod

=head1 NAME



B<XPAClose: close a persistent XPA client handle>



=head1 SYNOPSIS





  #include <xpa.h>

  void XPAClose(XPA xpa);





=head1 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.


B<Example:>

  #include <xpa.h>

  XPA xpa;
  XPAClose(xpa);





=head1 SEE ALSO



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


=cut