summaryrefslogtreecommitdiffstats
path: root/logs.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-10-31 10:15:31 +0900
committerFreeArtMan <dos21h@gmail.com>2014-10-31 10:15:31 +0900
commitc84cc88f0b34d8802390e2a7b6dab7f07ba277d1 (patch)
treef8af1ec8dafd72636eaf320f658c191c47bc1f75 /logs.h
parentf9a751917d0dd885ba7ae6047ccf7369512ee5df (diff)
downloadmicrobbs-c84cc88f0b34d8802390e2a7b6dab7f07ba277d1.tar.gz
microbbs-c84cc88f0b34d8802390e2a7b6dab7f07ba277d1.zip
added article dump, if you whant read it in whole set. hided first log message becouse to many spam from fake visitours
Diffstat (limited to 'logs.h')
-rw-r--r--logs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/logs.h b/logs.h
index f86c0a3..9247ba6 100644
--- a/logs.h
+++ b/logs.h
@@ -8,5 +8,7 @@
#define BBS_DEFAULT_SYSLOG "microbbs"
int bbs_log( const char* );
-
+int bbs_log_article( const char* );
+int bbs_log_motd( const char* );
+int bbs_log_quit( const char* );
#endif