blob: 4f66376576eeee769ce4db84e33ad9a744b5c9d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef __MICROBBS_ARTICLES_H
#define __MICROBBS_ARTICLES_H
#include <stdio.h>
#include <stdlib.h>
#include "libterm/term.h"
int bbs_article( term_screen*, const char* );
#endif
|