1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 20:02:37 +00:00

Create dsk.h to declare functions defined in dsk.c

Update files that depend on dsk functions to include dsk.h
Declare as static all functions in dsk.c that are not needed externally.
Add dependencies to makefile.

	modified:   makefile-tail
	new file:   ../inc/dsk.h
	modified:   ../src/dir.c
	modified:   ../src/dsk.c
	modified:   ../src/subr.c
	modified:   ../src/ufs.c
	modified:   ../src/vmemsave.c
This commit is contained in:
Nick Briggs
2017-06-30 11:53:55 -07:00
parent 0371f19167
commit 2f0aa254aa
7 changed files with 76 additions and 43 deletions

View File

@@ -47,6 +47,7 @@ static char *id = "$Id: subr.c,v 1.3 1999/05/31 23:35:42 sybalsky Exp $ Copyrigh
#include "subrs.h"
#include "profile.h"
#include "dbprint.h"
#include "dsk.h"
extern LispPTR *PENDINGINTERRUPT68k;