summaryrefslogtreecommitdiffstats
path: root/xpa/doc/pod/xpacmddel.pod
blob: 95c545ddac80c99243df01039c9ebd4dd63e98e9 (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
=pod

=head1 NAME



B<XPACmdDel: remove a command from an XPA command public access point>



=head1 SYNOPSIS





  #include <xpa.h>

  void XPACmdDel(XPA xpa, XPACmd cmd);





=head1 DESCRIPTION




This routine removes a command from the list of available commands in
a given XPA.  That command will no longer be available for processing.




=head1 SEE ALSO



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


=cut