diff options
Diffstat (limited to 'checkouts.h')
| -rw-r--r-- | checkouts.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/checkouts.h b/checkouts.h index 5d0e657..c4ce8db 100644 --- a/checkouts.h +++ b/checkouts.h @@ -4,6 +4,7 @@  extern char *CHECKOUTS[3][170];  extern char *SETUP_SHOTS[191]; -char *checkouts_suggested(int rem); +int checkouts_suggested(char *buf, int rem, int darts_in_hand); +int checkouts_suggested_3_2(char *buf, int rem);  #endif | 
