diff options
Diffstat (limited to 'checkouts.h')
-rw-r--r-- | checkouts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/checkouts.h b/checkouts.h index 870f24f..5d0e657 100644 --- a/checkouts.h +++ b/checkouts.h @@ -1,9 +1,9 @@ -#ifndef CHECKOUT_H -#define CHECKOUT_H - -#include <stddef.h> +#ifndef CHECKOUTS_H +#define CHECKOUTS_H extern char *CHECKOUTS[3][170]; extern char *SETUP_SHOTS[191]; +char *checkouts_suggested(int rem); + #endif |