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
3c453e41
...
3c453e41e2a3477681d75cac01d935c449baa296
authored
2003-02-18 15:21:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(MHA_REQUIRED,MHA_OPTARG,MHA_OPT_CLEAR): New defines.
1 parent
2082d8cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
3c453e4
...
...
@@ -159,6 +159,10 @@ struct mh_format
mh_instr_t
*
prog
;
/* Program itself */
};
#define MHA_REQUIRED 0
#define MHA_OPTARG 1
#define MHA_OPT_CLEAR 2
typedef
struct
mh_builtin
mh_builtin_t
;
struct
mh_builtin
...
...
Please
register
or
sign in
to post a comment