summaryrefslogtreecommitdiffstats
path: root/warp/them.h
diff options
context:
space:
mode:
Diffstat (limited to 'warp/them.h')
-rw-r--r--warp/them.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/warp/them.h b/warp/them.h
index 9a7e54c1..ba541626 100644
--- a/warp/them.h
+++ b/warp/them.h
@@ -6,6 +6,6 @@
*
*/
-void their_smarts();
-void modify_amoeba();
-void them_init();
+void them_init(void);
+void their_smarts(void);
+void modify_amoeba(int, int, int, int, int);