summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-09 01:15:14 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-09 01:15:14 +0800
commit23c0ec2222be9680dce65e51b9c19ba217ae83a8 (patch)
tree3c167ce004fddb775502f8183b538124975bd7f2 /include
parent834d572d1c3adc23d7a950d77e0432f4d55e7bdf (diff)
downloadpttbbs-23c0ec2222be9680dce65e51b9c19ba217ae83a8.tar
pttbbs-23c0ec2222be9680dce65e51b9c19ba217ae83a8.tar.gz
pttbbs-23c0ec2222be9680dce65e51b9c19ba217ae83a8.tar.bz2
pttbbs-23c0ec2222be9680dce65e51b9c19ba217ae83a8.tar.lz
pttbbs-23c0ec2222be9680dce65e51b9c19ba217ae83a8.tar.xz
pttbbs-23c0ec2222be9680dce65e51b9c19ba217ae83a8.tar.zst
pttbbs-23c0ec2222be9680dce65e51b9c19ba217ae83a8.zip
rm SUPPORT_GB code
mv protos to convert.c rename Jaky_outs git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1476 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h
index 53b9c11f..ba5c8b0c 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -283,8 +283,6 @@ int gb_read(int fd, void *buf, size_t count);
int utf8_write(int fd, void *buf, size_t count);
int utf8_read(int fd, void *buf, size_t count);
void set_converting_type(int which);
-unsigned char *gb2big(unsigned char *s, int* plen, int mod);
-unsigned char *big2gb(unsigned char *s, int* plen, int mod);
/* io */
int getdata(int line, int col, char *prompt, char *buf, int len, int echo);
@@ -464,7 +462,7 @@ void rscroll();
void scroll();
void getyx(int *y, int *x);
void initscr();
-void Jaky_outs(char *str, int line);
+void out_lines(char *str, int line);
/* stuff */
time_t gettime(int line, time_t dt, char* head);