blob: 79bff9c84c8bbc3c8c1dd24122bda9dba3820f99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef __MICROBBS_TODO_H
#define __MICROBBS_TODO_H
//part of libterm
#include "libterm/term.h"
#include "logs.h"
#include "file_use.h"
#include "list.h"
#include "kconfig.h"
int bbs_todo( term_screen *, const char *);
#endif
|