home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / most-3.2 / part01 / file.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-13  |  177 b   |  7 lines

  1. extern int insert_file(char *);
  2. extern int find_file(char *);
  3. extern void find_file_in_window(char *);
  4. extern char *FILE_RING[500];
  5. extern char C_DIR[80];
  6. extern int NUM_FILES;
  7.