blob: 2705a90d0ddd9b3d911716aea4b0bd5956277254 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __MICROBBS_SYSINFO_H
#define __MICROBBS_SYSINFO_H
#include "buildinfo.h"
#include "libterm/term.h"
#include "libterm/term_io.h"
int bbs_sysinfo( term_screen* );
#endif
|