Proto for attribute_set_modified().
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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)); | ... | ... |
-
Please register or sign in to post a comment