updated version #, imlib2 fixed, i forgot when the window size changes we totally...
[monky] / src / entropy.c
index c18d3a2..597ea0a 100644 (file)
@@ -10,7 +10,7 @@
  * Please see COPYING for details
  *
  * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  *     (see AUTHORS)
  * All rights reserved.
  *
@@ -49,10 +49,11 @@ static struct {
        .poolsize = 0,
 };
 
-void update_entropy(void)
+int update_entropy(void)
 {
        get_entropy_avail(&entropy.avail);
        get_entropy_poolsize(&entropy.poolsize);
+       return 0;
 }
 
 void print_entropy_avail(struct text_object *obj, char *p, int p_max_size)