home *** CD-ROM | disk | FTP | other *** search
-
- /* init.c */
- void checkgrowitemarray(short numitems, ControlHandle (**items )[]);
- void tail(char *path, Str255 s);
- void getname(Str255 name, FILE *f);
- void skip_line(FILE *f);
- OSErr cd(short *cwd, Str255 name);
- void appenddir(char ***p, Str255 name);
- OSErr getonefileinfo(FILE *f, CInfoPBRec *cpb, Handle *path, short *volume);
- void setupmenus(void);
- void setdefaulteditor(void);
- OSErr add_item_to_system_file (ControlHandle c);
- OSErr move_band_to_system_file (short which_band);
- OSErr build_helper_system_file (void);
- OSErr set_up_helper_system_file (void);
- void init(void);
-