diff options
Diffstat (limited to 'logs.h')
-rw-r--r-- | logs.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |