home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / most423.zip / file.h < prev    next >
C/C++ Source or Header  |  1994-01-28  |  448b  |  16 lines

  1. extern int head(char *, char *);
  2. extern void user_get_file(void);
  3. extern void read_to_line(int);
  4. extern int read_file_dsc(int);
  5. extern int file_visible(char *);
  6. extern int insert_file(char *);
  7. extern int find_file(char *);
  8. extern void find_file_in_window(char *);
  9. extern char *FILE_RING[500];
  10. extern char C_DIR[256];
  11. extern int NUM_FILES;
  12. extern int get_dir(char *);
  13. extern void get_cdir(char *);
  14. extern void cd(void);
  15. extern int next_file(int *);
  16.