diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-26 03:07:53 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-26 03:07:53 +0800 |
commit | 88e8fa575c7f9e8c4145e06676468f8f48eaad54 (patch) | |
tree | 62bda920d4937c911f95b5170c5de76ac6757153 /include/proto.h | |
parent | acc243fc5d8cd196664f64ccf68c47351a60260a (diff) | |
download | pttbbs-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
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 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); |