aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lafontaine/files/patch-mc.c
blob: 89863a045ea74d8f72c43962f3f25fd835d4e38c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/mc.c.orig   Sun Aug 15 20:00:39 2004
+++ src/mc.c    Sun Aug 15 20:01:11 2004
@@ -36,6 +36,7 @@
 /*>>> here is the declaration of the turtle            */
 struct s_turtle my_turtle;
 
+void mc_free(void);
 
 /**
    Freeing and reinitializing all middle-code informations.<br>