1xpacmddel(3) SAORD Documentation xpacmddel(3)
23
4
NAME
6XPACmdDel: remove a command from an XPA command public access point
7
SYNOPSIS
9#include <xpa.h>
1011
void XPACmdDel(XPA xpa, XPACmd cmd);
12
DESCRIPTION
14This routine removes a command from the list of available commands in a
15given XPA. That command will no longer be available for processing.
16
SEE ALSO
18See xpa(n) for a list of XPA help pages
1920
21
22
version 2.1.8 November 1, 2007 xpacmddel(3)