--- deliantra/server/socket/item.C 2009/10/20 07:18:11 1.81 +++ deliantra/server/socket/item.C 2009/11/06 13:07:28 1.82 @@ -50,7 +50,7 @@ * This is a similar to query_name, but returns flags * to be sent to client. */ -unsigned int +static unsigned int query_flags (object *op) { unsigned int flags = 0; @@ -523,7 +523,7 @@ * Takes a player and object count (tag) and returns the actual object * pointer, or null if it can't be found. */ -object * +static object * esrv_get_ob_from_count (object *pl, tag_t count) { if (pl->count == count)