Arbortext Command Language > Functions by Alphabetical Listing > remove_hook
  
remove_hook
remove_hook (hookname, funcname)
This function removes a callback function from the list of functions for the specified hook, where hookname is the name of the hook set option. The argument funcname is a string specifying the name of the user-defined function to call.
Refer to Hook functions introduction for a detailed introduction to ACL hooks.
Related Topics
add_hook function