NAME
       GetBlitzLibInfo -- fill out an applications BlitzLibComData structure with
                          relevant information

   SYNOPSIS
       success = GetBlitzLibInfo(comData);
       D0                        A0

       BOOL success = GetBlitzLibInfo(struct BlitzLibComData * comData);

   FUNCTION
       Following a call to  LoadBlitzLibs(), the Blitz compiler requires certain
       information around the structure of the libraries. This function fills out
       a structure with this information.

   INPUTS
       comData - a pointer to a previously created instance of a BlitzLibComData
                 structure

   RESULT
       success - an indication of success or failure

   NOTES
       This routine is typically only required by the Blitz compiler

   SEE ALSO
        LoadBlitzLibs(), <libraries/blitz.h>, <libraries/blitz.i>



converted with guide2html by Kochtopf