summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-12 21:44:06 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-12 21:44:06 +0800
commit085fd1b7a7921bcd9300d925f2d14d4cbe7d24aa (patch)
treeedd72c95f277c2c554fa7a7924a0bd11b5afe196
parentedd89e653d6dbb25d9c2330082291d90db5d63d3 (diff)
downloadpttbbs-085fd1b7a7921bcd9300d925f2d14d4cbe7d24aa.tar
pttbbs-085fd1b7a7921bcd9300d925f2d14d4cbe7d24aa.tar.gz
pttbbs-085fd1b7a7921bcd9300d925f2d14d4cbe7d24aa.tar.bz2
pttbbs-085fd1b7a7921bcd9300d925f2d14d4cbe7d24aa.tar.lz
pttbbs-085fd1b7a7921bcd9300d925f2d14d4cbe7d24aa.tar.xz
pttbbs-085fd1b7a7921bcd9300d925f2d14d4cbe7d24aa.tar.zst
pttbbs-085fd1b7a7921bcd9300d925f2d14d4cbe7d24aa.zip
forget commit this file
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2608 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 664c484b..1d8e667c 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -40,7 +40,7 @@ int make_symbolic_link_interactively(int gid);
void merge_dir(char *dir1, char *dir2, int isoutter);
/* announce */
-int a_menu(char *maintitle, char *path, int lastlevel);
+int a_menu(char *maintitle, char *path, int lastlevel, char *trans_buffer);
void a_copyitem(char* fpath, char* title, char* owner, int mode);
int Announce(void);
void gem(char* maintitle, item_t* path, int update);