--- deliantra/server/common/readable.C 2009/11/06 13:45:28 1.53 +++ deliantra/server/common/readable.C 2009/11/29 10:55:18 1.54 @@ -506,7 +506,7 @@ *****************************************************************************/ static titlelist * -get_empty_booklist (void) +get_empty_booklist () { titlelist *bl = new titlelist; @@ -517,7 +517,7 @@ } static title * -get_empty_book (void) +get_empty_book () { title *t = new title; @@ -621,7 +621,7 @@ * created and updated across multiple runs of the program. */ static void -init_book_archive (void) +init_book_archive () { FILE *fp; int comp, nroftitle = 0; @@ -746,7 +746,7 @@ * all the readable information. */ void -init_readable (void) +init_readable () { static int did_this; @@ -1803,7 +1803,7 @@ ****************************************************************************/ /* write_book_archive() - write out the updated book archive */ void -write_book_archive (void) +write_book_archive () { FILE *fp; int index = 0;