summaryrefslogtreecommitdiffstats
path: root/sysinfo.h
blob: 2fb9079bc8a25fc86c34295355c04453a161a4e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __MICROBBS_SYSINFO_H
#define __MICROBBS_SYSINFO_H

#include "buildinfo.h"

#include "bbsconfig.h"

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


int bbs_sysinfo( term_screen* );

#endif