1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-20 01:35:05 +00:00
Nick Briggs 7c9b9d22c6 Create uraid.h to declare functions defined in uraid.c.
Update files that depend on these uraid functions to include uraid.h.
Add dependencies to makefile.

	modified:   bin/makefile-tail
	new file:   inc/uraid.h
	modified:   src/common.c
	modified:   src/truecolor.c
	modified:   src/unwind.c
	modified:   src/uraid.c
	modified:   src/uutils.c
2017-06-29 18:31:47 -07:00

7 lines
201 B
C

LispPTR parse_atomstring(char *string);
void uraid_commclear();
void copy_region(short *src, short *dst, int width, int h);
LispPTR uraid_commands();
int device_before_raid();
int device_after_raid();