summaryrefslogtreecommitdiffstats
path: root/twit.h
diff options
context:
space:
mode:
Diffstat (limited to 'twit.h')
-rw-r--r--twit.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/twit.h b/twit.h
new file mode 100644
index 0000000..34aef0b
--- /dev/null
+++ b/twit.h
@@ -0,0 +1,20 @@
+#ifndef __MICROBBS_TWIT_H
+#define __MICROBBS_TWIT_H
+
+#include "libterm/term.h"
+#include "libterm/term_io.h"
+#include "logs.h"
+#include "file_use.h"
+#include "list.h"
+
+#include "kconfig.h"
+
+//maybe move to Kconf
+#define TWIT_MAX_MESSAGES 10
+
+int bbs_twit( term_screen *, char *);
+int bbs_twit_add( term_screen *ts, List *twit, const char *fname);
+int bbs_twit_save( const char *fname, List *twit );
+
+
+#endif \ No newline at end of file