summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-13 03:35:18 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-13 03:35:18 +0800
commit4e1ad2af155038106cd14a7f5deeee5771b3a531 (patch)
treee813b8f55e370ac55aba06c310c648f7e3531a4e /include
parent2ec15646e35a5a49bea7eff28963c906afc5fc16 (diff)
downloadpttbbs-4e1ad2af155038106cd14a7f5deeee5771b3a531.tar
pttbbs-4e1ad2af155038106cd14a7f5deeee5771b3a531.tar.gz
pttbbs-4e1ad2af155038106cd14a7f5deeee5771b3a531.tar.bz2
pttbbs-4e1ad2af155038106cd14a7f5deeee5771b3a531.tar.lz
pttbbs-4e1ad2af155038106cd14a7f5deeee5771b3a531.tar.xz
pttbbs-4e1ad2af155038106cd14a7f5deeee5771b3a531.tar.zst
pttbbs-4e1ad2af155038106cd14a7f5deeee5771b3a531.zip
* fix bug: incorrect user's tmp buf filename.
* don't test upper case if getdata with LCECHO flag * add some comment * some small code revise git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4585 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h3
-rw-r--r--include/pttstruct.h6
2 files changed, 1 insertions, 8 deletions
diff --git a/include/proto.h b/include/proto.h
index bc4d8353..617b5827 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -183,7 +183,7 @@ void write_header(FILE *fp, const char *mytitle);
void addsignature(FILE *fp, int ifuseanony);
void auto_backup(void);
void restore_backup(void);
-char *ask_tmpbuf(int y);
+const char *ask_tmpbuf(int y);
/* emaildb */
#ifdef USE_EMAILDB
@@ -343,7 +343,6 @@ void del_distinct(const char *fname, const char *line, int casesensitive);
void add_distinct(const char *fname, const char *line);
void u_exit(const char *mode);
void talk_request(int sig);
-int reply_connection_request(const userinfo_t *uip);
int establish_talk_connection(const userinfo_t *uip);
void my_talk(userinfo_t * uin, int fri_stat, char defact);
int query_file_money(const fileheader_t *pfh);
diff --git a/include/pttstruct.h b/include/pttstruct.h
index f560378c..c7a9d57e 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -641,12 +641,6 @@ typedef struct MailQueue {
enum {MQ_TEXT, MQ_UUENCODE, MQ_JUSTIFY};
-typedef struct
-{
- time4_t chrono;
- int recno;
-} TagItem;
-
/*
* signature information
*/