home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / QuakeC / qtools0.2-src.lha / src / libqbuild / tjunc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-13  |  91 b   |  9 lines

  1. #ifndef    TJUNC_H
  2. #define    TJUNC_H
  3.  
  4. /* tjunc.c */
  5.  
  6. void tjunc(struct node *headnode);
  7.  
  8. #endif
  9.