diff options
Diffstat (limited to 'vote.h')
-rw-r--r-- | vote.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,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
\ No newline at end of file |