NAME
wizardp() - determine whether or not a given object has called enable_wizard().
SYNOPSIS
int wizardp(object arg);
DESCRIPTION
Returns true (1) iff enable_wizard() has been called from the object in
question.
SEE ALSO
userp(3)
, objectp(3)
, enable_wizard(3)