aboutsummaryrefslogtreecommitdiffhomepage
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, ...);
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);