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