home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / extras / mkmk / gensmake_protos.h < prev    next >
Encoding:
Text File  |  1996-12-24  |  353 b   |  21 lines

  1. /* Prototypes for functions defined in
  2. gensmake.c
  3.  */
  4.  
  5. int filetype(unsigned char * );
  6.  
  7. unsigned char * suffix(unsigned char * );
  8.  
  9. unsigned char * prefix(unsigned char * );
  10.  
  11. unsigned char * objout(unsigned char * );
  12.  
  13. void ExpandDeps(struct FileDesc * );
  14.  
  15. void GenSmake(FileList * );
  16.  
  17. void makeicon(unsigned char * );
  18.  
  19. int iconexists(unsigned char * );
  20.  
  21.