Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7ae67ea0
...
7ae67ea065bfd25a98a5a091319029ac60aad183
authored
2001-07-03 11:53:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Proto for attribute_set_modified().
1 parent
cb40122c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/mailutils/attribute.h
include/mailutils/attribute.h
View file @
7ae67ea
...
...
@@ -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
));
...
...
Please
register
or
sign in
to post a comment