diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-04 22:02:58 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-04 22:02:58 +0800 |
commit | 7f932124a262a697c7fb05797e00581425f5fd45 (patch) | |
tree | 7d3a60525687ccf83983bc0fafe79e6b19cb6c5f /include | |
parent | ced1701cea3dabd64bf51f9ba3a24bc41ce81626 (diff) | |
download | pttbbs-7f932124a262a697c7fb05797e00581425f5fd45.tar pttbbs-7f932124a262a697c7fb05797e00581425f5fd45.tar.gz pttbbs-7f932124a262a697c7fb05797e00581425f5fd45.tar.bz2 pttbbs-7f932124a262a697c7fb05797e00581425f5fd45.tar.lz pttbbs-7f932124a262a697c7fb05797e00581425f5fd45.tar.xz pttbbs-7f932124a262a697c7fb05797e00581425f5fd45.tar.zst pttbbs-7f932124a262a697c7fb05797e00581425f5fd45.zip |
- BBS-Lua project: Extend BBS by Lua scripting language.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3786 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index c39c94c9..a5371e25 100644 --- a/include/proto.h +++ b/include/proto.h @@ -797,6 +797,9 @@ int Goodbye(void); /* toolkit */ unsigned DBCS_StringHash(const char *s); +/* BBS-LUA */ +int bbslua(const char *fpath); + /* recycle */ // public int RcyAddFile(const fileheader_t *fhdr, int bid, const char *fpath); |