--- deliantra/server/common/treasure.C 2009/11/29 09:41:28 1.96 +++ deliantra/server/common/treasure.C 2009/11/29 10:55:18 1.97 @@ -1146,7 +1146,7 @@ * Allocate and return the pointer to an empty artifactlist structure. */ static artifactlist * -get_empty_artifactlist (void) +get_empty_artifactlist () { return salloc0 (); } @@ -1155,7 +1155,7 @@ * Allocate and return the pointer to an empty artifact structure. */ static artifact * -get_empty_artifact (void) +get_empty_artifact () { return salloc0 (); } @@ -1178,7 +1178,7 @@ * Builds up the lists of artifacts from the file in the libdir. */ void -init_artifacts (void) +init_artifacts () { static int has_been_inited = 0; char filename[MAX_BUF];