home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / formats / ttddd / code / set_brus.h < prev    next >
C/C++ Source or Header  |  1994-06-20  |  221b  |  16 lines

  1. /* Prototypes for functions defined in
  2. set_brush_path.c
  3.  */
  4.  
  5. extern char newpath[128];
  6.  
  7. extern int newlen;
  8.  
  9. int main(int argc,
  10.          char ** argv);
  11.  
  12. extern char strin[160];
  13.  
  14. void change_name(char * s);
  15.  
  16.