aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--std.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/std.c b/std.c
index 4c28ae4..fcfead9 100644
--- a/std.c
+++ b/std.c
@@ -28,7 +28,7 @@ void eprintn(const char *errstr, ...);
28void getpty(void); 28void getpty(void);
29void movea(int x, int y); 29void movea(int x, int y);
30void mover(int x, int y); 30void mover(int x, int y);
31void parse(void); 31void parseesc(void);
32void scroll(int l); 32void scroll(int l);
33void shell(void); 33void shell(void);
34void sigchld(int n); 34void sigchld(int n);