summaryrefslogtreecommitdiff
path: root/klondike.h
diff options
context:
space:
mode:
Diffstat (limited to 'klondike.h')
-rw-r--r--klondike.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/klondike.h b/klondike.h
index 933af48..c19fafa 100644
--- a/klondike.h
+++ b/klondike.h
@@ -27,7 +27,7 @@
#define CSOL_KLONDIKE_H
-void Klondike(int draw, int thoughtful);
+int Klondike(int draw, int thoughtful);
#endif