NAME
       UnLockBlitzLibs - release a lock on the Blitz command libraries

   SYNOPSIS
       UnLockBlitzLibs();

       void UnLockBlitzLibs(VOID);

   FUNCTION
       Following a successful call to  LockBlitzLibs(), the application must
       release the lock when access is not required. This should be done at the
       earliest opportunity to enable access for other applications.

   INPUTS
       NONE

   RESULT
       NONE

   NOTES
       This function does not attempt to check if the application already has
       an open lock - care must be taken to ensure that calls to  LockBlitzLibs()
       and UnLockBlitzLibs() are paired.

   SEE ALSO
        LockBlitzLibs()



converted with guide2html by Kochtopf