summaryrefslogtreecommitdiffstats
path: root/todo.h
blob: 724a2c8e21ce93c7536e80c2d98f1c9e1126b46b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __MICROBBS_TODO_H
#define __MICROBBS_TODO_H

//part of libterm
#include "libterm/term.h"
#include "libterm/term_io.h"
#include "logs.h"
#include "file_use.h"
#include "list.h"

#include "kconfig.h"

int bbs_todo( term_screen *, const char *);
int bbs_todo_add( term_screen*, List*, const char*);
int bbs_todo_save( const char*, List* );

#endif