--- deliantra/server/common/holy.C 2009/11/06 12:27:05 1.19 +++ deliantra/server/common/holy.C 2009/11/06 13:03:34 1.21 @@ -31,7 +31,7 @@ #include /* add_god_to_list()- called only from init_gods */ -void +static void add_god_to_list (archetype *god_arch) { if (!god_arch) @@ -70,7 +70,7 @@ /* baptize_altar() - (cosmetically) change the name to that of the * god in question, then set the title for later use. -b.t. */ -int +static int baptize_altar (object *op) { char buf[MAX_BUF]; @@ -127,7 +127,7 @@ : 0; } -void +static void free_all_god (void) { godlink *god, *godnext;