diff options
Diffstat (limited to 'microbbs.c')
-rw-r--r-- | microbbs.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,6 +11,8 @@ #include "articles.h" #include "user.h" #include "bbsconfig.h" +#include "twit.h" +#include "todo.h" #include "libterm/term.h" #include "libterm/term_io.h" @@ -149,7 +151,8 @@ int main( int argc, char **argv ) case 't': case 'T': { - printf("Twitter like\n"); + //printf("Twitter like\n"); + bbs_twit( &ts, NULL ); } break; #endif |