mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-16 00:04:59 +00:00
Update files that depend on dir functions to include dir.h Declare as static all functions in dir.c that are not needed externally. Add dependencies to makefile-tail. modified: bin/makefile-tail new file: inc/dir.h modified: src/dir.c modified: src/dsk.c modified: src/main.c modified: src/subr.c modified: src/vmemsave.c
11 lines
276 B
C
11 lines
276 B
C
#ifdef DOS
|
|
int make_old_version(char *old, char *file);
|
|
#endif
|
|
#ifdef FSDEBUG
|
|
void print_finfo(FINFO *fp);
|
|
#endif
|
|
int init_finfo();
|
|
LispPTR COM_gen_files(register LispPTR *args);
|
|
LispPTR COM_next_file(register LispPTR *args);
|
|
LispPTR COM_finish_finfo(register LispPTR *args);
|