forgot an extern declaration

This commit is contained in:
Anselm R. Garbe
2007-02-19 16:04:38 +01:00
parent df9fd28f9a
commit ebe68f650a
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ dofloat(void) {
}
restack();
}
void
dotile(void) {
unsigned int i, n, nx, ny, nw, nh, mw, mh, tw, th;