Commit 7ae67ea0 7ae67ea065bfd25a98a5a091319029ac60aad183 by Sergey Poznyakoff

Proto for attribute_set_modified().

1 parent cb40122c
......@@ -49,6 +49,7 @@ extern void attribute_destroy __P ((attribute_t *, void *));
extern void * attribute_get_owner __P ((attribute_t));
extern int attribute_is_modified __P ((attribute_t));
extern int attribute_clear_modified __P ((attribute_t));
extern int attribute_set_modified __P ((attribute_t attr));
extern int attribute_is_userflag __P ((attribute_t, int));
extern int attribute_is_seen __P ((attribute_t));
......