home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / extras / mkmk / dofile_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-24  |  236 b   |  13 lines

  1. /* Prototypes for functions defined in
  2. dofile.c
  3.  */
  4.  
  5. extern unsigned char buf[1024];
  6.  
  7. void AddDep(struct FileDesc * , struct FileDesc * );
  8.  
  9. unsigned char * scopy(unsigned char * );
  10.  
  11. void DoFile(struct FileList * , struct FileDesc * );
  12.  
  13.