home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / source / browser / browser.hqx / Browser / protos / init.proto.h < prev    next >
Encoding:
Text File  |  1995-06-09  |  577 b   |  17 lines

  1.  
  2. /* init.c */
  3. void checkgrowitemarray(short numitems, ControlHandle (**items )[]);
  4. void tail(char *path, Str255 s);
  5. void getname(Str255 name, FILE *f);
  6. void skip_line(FILE *f);
  7. OSErr cd(short *cwd, Str255 name);
  8. void appenddir(char ***p, Str255 name);
  9. OSErr getonefileinfo(FILE *f, CInfoPBRec *cpb, Handle *path, short *volume);
  10. void setupmenus(void);
  11. void setdefaulteditor(void);
  12. OSErr add_item_to_system_file (ControlHandle c);
  13. OSErr move_band_to_system_file (short which_band);
  14. OSErr build_helper_system_file (void);
  15. OSErr set_up_helper_system_file (void);
  16. void init(void);
  17.