--- deliantra/server/include/libproto.h 2008/04/21 23:35:24 1.58 +++ deliantra/server/include/libproto.h 2008/05/03 11:14:50 1.59 @@ -195,10 +195,6 @@ extern int can_pick(const object *who, const object *item); extern object *object_create_clone(object *asrc); extern object *find_obj_by_type_subtype(const object *who, int type, int subtype); -extern key_value *get_ob_key_link(const object *ob, const char *key); -extern const char *get_ob_key_value(const object *op, const char *const key); -extern int set_ob_key_value_s(object *op, const char *canonical_key, const char *value, int add_key); -extern int set_ob_key_value(object *op, const char *key, const char *value, int add_key); /* path.c */ extern char *path_combine(const char *src, const char *dst); extern void path_normalize(char *path);