Skip to content
Snippets Groups Projects
Commit 72b0e282 authored by rswindell's avatar rswindell
Browse files

Fixed no-prototype warnings when building sbjclean.c.

parent be0f580e
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,6 @@ char *UserSays="\1n\1m\1h%s \1n\1msays \"\1c\1h%s\1n\1m\"\r\n";
char *UserWhispers="\1n\1m\1h%s \1n\1mwhispers \"\1c\1h%s\1n\1m\"\r\n";
char *ShoeStatus="\r\n\1_\1w\1hShoe: %u/%u\r\n";
#ifndef SBJCLEAN
void play(void);
char *cardstr(card_t card);
char hand(card_t card[MAX_CARDS], char count);
......@@ -185,6 +183,8 @@ char *left(void);
void strip_symbols(char *str);
void debug(void);
#ifndef SBJCLEAN
int my_random(int n)
{
float f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment