mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +00:00
Create bbtsub.h to declare functions defined in bbtsub.c
Update files that depend on bbtsub functions to include bbtsub.h Declare as static all functions in bbtsub.c that are not needed externally. Add dependencies to makefile-tail. new file: ../inc/bbtsub.h modified: ../src/bbtsub.c modified: ../src/colorbltfns.c modified: ../src/draw.c modified: ../src/misc7.c modified: ../src/rawcolor.c modified: ../src/subr.c
This commit is contained in:
@@ -38,6 +38,7 @@ static char *id = "$Id: draw.c,v 1.2 1999/01/03 02:06:56 sybalsky Exp $ Copyrigh
|
||||
#include "emlglob.h"
|
||||
#include "adr68k.h"
|
||||
#include "bitblt.h"
|
||||
#include "bbtsub.h"
|
||||
#include "display.h"
|
||||
|
||||
#include "my.h"
|
||||
|
||||
Reference in New Issue
Block a user