diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-24 04:22:40 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-24 04:22:40 +0800 |
commit | 9638054c27af6c986d72ffe416152208fb8da006 (patch) | |
tree | 433865fa71ad3b574f6ee83dae52b03a57972723 /include | |
parent | a115db7e89c83779769f07044b4b3bb914bcef13 (diff) | |
download | pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.gz pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.bz2 pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.lz pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.xz pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.zst pttbbs-9638054c27af6c986d72ffe416152208fb8da006.zip |
two mouts
clean one mouts
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1835 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-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); |