summaryrefslogtreecommitdiff
path: root/sysinfo.h
blob: 30d9f640872428c5186bb6bbff1266280fccbe61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __MICROBBS_SYSINFO_H
#define __MICROBBS_SYSINFO_H

#include "buildinfo.h"

#include "libterm/term.h"


int bbs_sysinfo( term_screen* );

#endif