summaryrefslogblamecommitdiffstats
path: root/door.h
blob: 5645db1bb1112c402ab32597454eeacc6b7ccf40 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                         
                 






                                                      
#ifndef __MICROBBS_DOOR_H
#define __MICROBBS_DOOR_H

#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>


#include "kconfig.h"
#include "list.h"
#include "sds.h"
#include "logs.h"

#include "libterm/term.h"
#include "libterm/term_io.h"

int bbs_door( term_screen *ts, const char *dir_name );

#endif