summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-26 03:07:53 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-26 03:07:53 +0800
commit88e8fa575c7f9e8c4145e06676468f8f48eaad54 (patch)
tree62bda920d4937c911f95b5170c5de76ac6757153
parentacc243fc5d8cd196664f64ccf68c47351a60260a (diff)
downloadpttbbs-88e8fa575c7f9e8c4145e06676468f8f48eaad54.tar
pttbbs-88e8fa575c7f9e8c4145e06676468f8f48eaad54.tar.gz
pttbbs-88e8fa575c7f9e8c4145e06676468f8f48eaad54.tar.bz2
pttbbs-88e8fa575c7f9e8c4145e06676468f8f48eaad54.tar.lz
pttbbs-88e8fa575c7f9e8c4145e06676468f8f48eaad54.tar.xz
pttbbs-88e8fa575c7f9e8c4145e06676468f8f48eaad54.tar.zst
pttbbs-88e8fa575c7f9e8c4145e06676468f8f48eaad54.zip
add function define in proto.h to avoid warning
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2088 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index a554bddf..a0cac682 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -312,6 +312,7 @@ int mail_all(void);
int invalidaddr(char *addr);
int do_send(char *userid, char *title);
void my_send(char *uident);
+void touchmailusage();
/* mbbsd */
void show_call_in(int save, int which);