mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-20 01:35:05 +00:00
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
7 lines
201 B
C
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();
|