NAME
RemoveAmigaGuideHostA - remove a dynamic node host. (v34)
SYNOPSIS
use = RemoveAmigaGuideHostA (key, attrs)
d0 a0 a1
long removeamigaguidehosta (amigaguidehost, struct tagitem *);
use = RemoveAmigaGuideHost (key, tag1, ...);
long removeamigaguidehost (amigaguidehost, tag, ...);
FUNCTION
This function removes a dynamic node host, that was added by
AddAmigaGuideHost(), from the system.
INPUTS
key - Key that was returned by AddAmigaGuideHost().
attrs - Additional attributes. None are defined at this time.
RETURNS
use - Number of outstanding clients of this database. You
can not exit until use==0.
SEE ALSO
addamigaguidehosta()