summaryrefslogtreecommitdiffstats
path: root/logs.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-01-07 21:00:59 +0900
committerFreeArtMan <dos21h@gmail.com>2015-01-07 21:00:59 +0900
commit03e459e7dff84c44644b1eccc0e00b73d846fe2a (patch)
tree00269e56bdf53906396199e22dcabe8bbee9592f /logs.h
parent0ab31d63699467d72f09327171b735ed2152bf2c (diff)
downloadmicrobbs-03e459e7dff84c44644b1eccc0e00b73d846fe2a.tar.gz
microbbs-03e459e7dff84c44644b1eccc0e00b73d846fe2a.zip
Small fixes about loging and libterm
Diffstat (limited to 'logs.h')
-rw-r--r--logs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/logs.h b/logs.h
index ed1595e..4387abe 100644
--- a/logs.h
+++ b/logs.h
@@ -7,9 +7,13 @@
#define BBS_DEFAULT_SYSLOG "microbbs"
-int bbs_log( const char* );
+int bbs_log_main( const char* );
int bbs_log_article( const char* );
int bbs_log_article_list( const char* );
+int bbs_log_captcha( const char* );
int bbs_log_motd( const char* );
int bbs_log_quit( const char* );
+
+int bbs_log( const char*, const char* );
+
#endif