]> mj.ucw.cz Git - libucw.git/blobdiff - lib/object.h
I decided to turn off cf/url-equiv for indexation. however, after the indexer
[libucw.git] / lib / object.h
index d7d7efaaa03ce5a9ea5e91d0739bcfec6ce27053..99ff28263164aaa96b3eb6e3fc4b4698c03906bf 100644 (file)
@@ -40,5 +40,7 @@ struct oattr *obj_set_attr_num(struct odes *, uns, uns);
 struct oattr *obj_add_attr(struct odes *, uns, byte *);
 struct oattr *obj_prepend_attr(struct odes *, uns, byte *);
 struct oattr *obj_insert_attr(struct odes *o, struct oattr *first, struct oattr *after, byte *v);
+void obj_move_attr_to_head(struct odes *o, uns);
+void obj_move_attr_to_tail(struct odes *o, uns);
 
 #endif