Bugfix: memory and thread-deleting problems
[monky] / src / moc.h
index b1d9cc5..324c290 100644 (file)
--- a/src/moc.h
+++ b/src/moc.h
@@ -40,7 +40,7 @@ struct moc_s {
 };
 extern struct moc_s moc;
 
-void update_moc(void);
+int update_moc(void);
 void free_moc(void);
 
 #endif /* MOC_H_ */