summaryrefslogtreecommitdiff
path: root/logs.h
diff options
context:
space:
mode:
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