diff options
author | Matthias-Christian Ott <ott@enolink.de> | 2008-06-09 22:21:37 +0200 |
---|---|---|
committer | Matthias-Christian Ott <ott@enolink.de> | 2008-06-09 22:21:37 +0200 |
commit | 0dce422d31d1178f93ecaf1dcf4e2c0bccb3c076 (patch) | |
tree | 79b86164c5c51cfbac928ef927ef09c76d7a3e5a | |
parent | b8f79f0ed0db553745798cd4fb43329ba5c61cef (diff) | |
download | st-0dce422d31d1178f93ecaf1dcf4e2c0bccb3c076.tar.gz st-0dce422d31d1178f93ecaf1dcf4e2c0bccb3c076.tar.bz2 |
correct function name
-rw-r--r-- | std.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |