XPACmdDel
remove a command from an XPA command public access point
- Provided by: libxpa-dev (Version: 2.1.20-1build1)
- Source: xpa
- Report a bug
remove a command from an XPA command public access point
#include <xpa.h> void XPACmdDel(XPA xpa, XPACmd cmd);
This routine removes a command from the list of available commands in a given XPA. That command will no longer be available for processing.
See xpa(n) for a list of XPA help pages