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
e93afb02
...
e93afb022fcbd130a7311242f7bd18997bece426
authored
2003-02-12 16:00:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added new ARG_ macros.
1 parent
cb251e74
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
65 deletions
mh/mh_getopt.h
mh/mh_getopt.h
View file @
e93afb0
...
...
@@ -42,71 +42,77 @@ struct mh_argp_data
#define ARG_ANNOTATE 259
#define ARG_AUDIT 260
#define ARG_AUTO 261
#define ARG_BUILD 262
#define ARG_COMPONENT 263
#define ARG_CC 264
#define ARG_CHANGECUR 265
#define ARG_CLEAR 266
#define ARG_COMPAT 267
#define ARG_DATE 268
#define ARG_DEBUG 269
#define ARG_DELETE 270
#define ARG_DRAFT 271
#define ARG_DRAFTFOLDER 272
#define ARG_DRAFTMESSAGE 273
#define ARG_DUMP 274
#define ARG_EDITOR 275
#define ARG_FCC 276
#define ARG_FILE 277
#define ARG_FILTER 278
#define ARG_FOLDER 279
#define ARG_FORM 280
#define ARG_FORMAT 281
#define ARG_FORWARD 282
#define ARG_HEADER 283
#define ARG_INPLACE 284
#define ARG_INTERACTIVE 285
#define ARG_LICENSE 286
#define ARG_LINK 287
#define ARG_LIST 288
#define ARG_MIME 289
#define ARG_MSGID 290
#define ARG_NOAUDIT 291
#define ARG_NOCC 292
#define ARG_NODATE 293
#define ARG_NODRAFTFOLDER 294
#define ARG_NOEDIT 295
#define ARG_NOFILTER 296
#define ARG_NOFORMAT 297
#define ARG_NOFORWARD 298
#define ARG_NOINPLACE 299
#define ARG_NOMIME 300
#define ARG_NOMSGID 301
#define ARG_NOPUBLIC 302
#define ARG_NOPUSH 303
#define ARG_NOVERBOSE 304
#define ARG_NOWATCH 305
#define ARG_NOWHATNOWPROC 306
#define ARG_NOZERO 307
#define ARG_PRESERVE 308
#define ARG_PROMPT 309
#define ARG_PUBLIC 310
#define ARG_PUSH 311
#define ARG_QUERY 312
#define ARG_QUIET 313
#define ARG_RECURSIVE 314
#define ARG_REVERSE 315
#define ARG_SEQUENCE 316
#define ARG_SOURCE 317
#define ARG_SPLIT 318
#define ARG_TEXT 319
#define ARG_TRUNCATE 320
#define ARG_USE 321
#define ARG_VERBOSE 322
#define ARG_WATCH 323
#define ARG_WHATNOWPROC 324
#define ARG_WIDTH 325
#define ARG_ZERO 326
#define ARG_BELL 262
#define ARG_BUILD 263
#define ARG_COMPONENT 264
#define ARG_CC 265
#define ARG_CHANGECUR 266
#define ARG_CLEAR 267
#define ARG_COMPAT 268
#define ARG_DATE 269
#define ARG_DEBUG 270
#define ARG_DELETE 271
#define ARG_DRAFT 272
#define ARG_DRAFTFOLDER 273
#define ARG_DRAFTMESSAGE 274
#define ARG_DUMP 275
#define ARG_EDITOR 276
#define ARG_FCC 277
#define ARG_FILE 278
#define ARG_FILTER 279
#define ARG_FOLDER 280
#define ARG_FORM 281
#define ARG_FORMAT 282
#define ARG_FORWARD 283
#define ARG_HEADER 284
#define ARG_INPLACE 285
#define ARG_INTERACTIVE 286
#define ARG_LENGTH 287
#define ARG_LICENSE 288
#define ARG_LINK 289
#define ARG_LIST 290
#define ARG_MIME 291
#define ARG_MOREPROC 292
#define ARG_MSGID 293
#define ARG_NOAUDIT 294
#define ARG_NOBELL 295
#define ARG_NOCC 296
#define ARG_NOCLEAR 297
#define ARG_NODATE 298
#define ARG_NODRAFTFOLDER 299
#define ARG_NOEDIT 300
#define ARG_NOFILTER 301
#define ARG_NOFORMAT 302
#define ARG_NOFORWARD 303
#define ARG_NOINPLACE 304
#define ARG_NOMIME 305
#define ARG_NOMOREPROC 306
#define ARG_NOMSGID 307
#define ARG_NOPUBLIC 308
#define ARG_NOPUSH 309
#define ARG_NOVERBOSE 310
#define ARG_NOWATCH 311
#define ARG_NOWHATNOWPROC 312
#define ARG_NOZERO 313
#define ARG_PRESERVE 314
#define ARG_PROMPT 315
#define ARG_PUBLIC 316
#define ARG_PUSH 317
#define ARG_QUERY 318
#define ARG_QUIET 319
#define ARG_RECURSIVE 320
#define ARG_REVERSE 321
#define ARG_SEQUENCE 322
#define ARG_SOURCE 323
#define ARG_SPLIT 324
#define ARG_TEXT 325
#define ARG_TRUNCATE 326
#define ARG_USE 327
#define ARG_VERBOSE 328
#define ARG_WATCH 329
#define ARG_WHATNOWPROC 330
#define ARG_WIDTH 331
#define ARG_ZERO 332
void
mh_argv_preproc
__P
((
int
argc
,
char
**
argv
,
struct
mh_argp_data
*
data
));
int
mh_getopt
__P
((
int
argc
,
char
**
argv
,
struct
mh_option
*
mh_opt
,
...
...
Please
register
or
sign in
to post a comment