summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-19 10:47:08 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-19 10:47:08 +0800
commite104196846d0f656ae663d2a67eec9e02e43cbec (patch)
tree1e2ae1e56da2e7b2fb2f6c48a6e25964e7d7ea7c /include/proto.h
parentdfaf5d3da31daab7f1ded878e939691e0d3840ae (diff)
downloadpttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.gz
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.bz2
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.lz
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.xz
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.zst
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.zip
* change the name of 'movie' to 'adbanner' (advertisement banner), which is more descriptive.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4854 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index a3e87a7a..ea65837f 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -346,7 +346,7 @@ int query_file_money(const fileheader_t *pfh);
/* menu */
void showtitle(const char *title, const char *mid);
-void movie(int i);
+void adbanner(int i);
int main_menu(void);
int admin(void);
int Mail(void);