diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 097829b7..773a5a0c 100644 --- a/include/proto.h +++ b/include/proto.h @@ -453,6 +453,7 @@ void check_register(void); char *genpasswd(char *pw); /* screen */ +void mouts(int y, int x, char *str); void move(int y, int x); void outs(char *str); void clrtoeol(void); |