add errors file

This commit is contained in:
rsc 2005-01-30 16:34:12 +00:00
parent 3fef2ed056
commit 9d01e22178
6 changed files with 69 additions and 0 deletions

View file

@ -28,6 +28,7 @@ void allwindows(void(*)(Window*, void*), void*);
uint loadfile(int, uint, int*, int(*)(void*, uint, Rune*, int), void*);
Window* errorwin(Mntdir*, int);
Window* errorwinforwin(Window*);
Runestr cleanrname(Runestr);
void run(Window*, char*, Rune*, int, int, char*, char*, int);
void fsysclose(void);