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
58e77ca1
...
58e77ca1264838ba149999be2433e246f938285a
authored
2003-02-16 11:20:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Declaration of check_set().
1 parent
e89a40a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mail/msgset.y
mail/msgset.y
View file @
58e77ca
...
...
@@ -46,7 +46,8 @@ static int select_body __P ((message_t msg, void *closure));
static int select_type __P ((message_t msg, void *closure));
static int select_sender __P ((message_t msg, void *closure));
static int select_deleted __P ((message_t msg, void *closure));
static int check_set __P ((msgset_t **pset));
int yyerror __P ((const char *));
int yylex __P ((void));
...
...
Please
register
or
sign in
to post a comment