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

#include "libterm/term.h"

int bbs_sysinfo( term_screen* );

#endif