diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-26 03:27:17 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-26 03:27:17 +0800 |
commit | 42d9500f4b43e6f6c5680d1a2fd5065164698d1f (patch) | |
tree | 53146a367eecfa943caa4c211556fb70b8e20ebb /include/proto.h | |
parent | 88e8fa575c7f9e8c4145e06676468f8f48eaad54 (diff) | |
download | pttbbs-42d9500f4b43e6f6c5680d1a2fd5065164698d1f.tar pttbbs-42d9500f4b43e6f6c5680d1a2fd5065164698d1f.tar.gz pttbbs-42d9500f4b43e6f6c5680d1a2fd5065164698d1f.tar.bz2 pttbbs-42d9500f4b43e6f6c5680d1a2fd5065164698d1f.tar.lz pttbbs-42d9500f4b43e6f6c5680d1a2fd5065164698d1f.tar.xz pttbbs-42d9500f4b43e6f6c5680d1a2fd5065164698d1f.tar.zst pttbbs-42d9500f4b43e6f6c5680d1a2fd5065164698d1f.zip |
1. use setupmailusage instead touchmailusage
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2089 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index a0cac682..25439698 100644 --- a/include/proto.h +++ b/include/proto.h @@ -312,7 +312,7 @@ int mail_all(void); int invalidaddr(char *addr); int do_send(char *userid, char *title); void my_send(char *uident); -void touchmailusage(); +void setupmailusage(); /* mbbsd */ void show_call_in(int save, int which); |