home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / flower.zip / updtlist.h < prev   
Text File  |  1996-12-07  |  758b  |  18 lines

  1.  
  2. void updateNotCalledFuncList( struct fileInfo *
  3.                             , struct isCalledByFuncInfo * );
  4. void updateAllCalledFuncFileNm( struct fileInfo * );
  5. void updateOneCalledFuncFileNm( struct fileInfo *
  6.                               , char *
  7.                               , char * );
  8. void updateCalledFuncBase( struct fileInfo * );
  9. void updateCircularReferences( struct fileInfo * );
  10. void doTheCircularReferenceUpdate( struct funcInfo *
  11.                                  , struct funcInfo *
  12.                                  , struct funcInfo * 
  13.                                  , struct funcInfo * );
  14. int funcIsInUpTreeList( struct funcInfo *
  15.                       , struct funcInfo * );
  16. void freeUpTreeList( struct funcInfo * );
  17.  
  18.