correct function name

Matthias-Christian Ott 2008-06-09 22:21:37 +02:00
parent 9a644176d0
commit e4be8afef2
1 changed files with 1 additions and 1 deletions

2
std.c
View File

@ -28,7 +28,7 @@ void eprintn(const char *errstr, ...);
void getpty(void);
void movea(int x, int y);
void mover(int x, int y);
void parse(void);
void parseesc(void);
void scroll(int l);
void shell(void);
void sigchld(int n);