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 *)); ...@@ -49,6 +49,7 @@ extern void attribute_destroy __P ((attribute_t *, void *));
49 extern void * attribute_get_owner __P ((attribute_t)); 49 extern void * attribute_get_owner __P ((attribute_t));
50 extern int attribute_is_modified __P ((attribute_t)); 50 extern int attribute_is_modified __P ((attribute_t));
51 extern int attribute_clear_modified __P ((attribute_t)); 51 extern int attribute_clear_modified __P ((attribute_t));
52 extern int attribute_set_modified __P ((attribute_t attr));
52 53
53 extern int attribute_is_userflag __P ((attribute_t, int)); 54 extern int attribute_is_userflag __P ((attribute_t, int));
54 extern int attribute_is_seen __P ((attribute_t)); 55 extern int attribute_is_seen __P ((attribute_t));
......