summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto.h3
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);