/[mailutils]/mailutils/mh/mh_getopt.h
ViewVC logotype

Diff of /mailutils/mh/mh_getopt.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by polak, Sun Feb 9 21:06:49 2003 UTC revision 1.9 by gray, Mon Feb 10 01:07:20 2003 UTC
# Line 37  struct mh_argp_data Line 37  struct mh_argp_data
37    char *doc;    char *doc;
38  };  };
39    
40    #define ARG_ADD                 257
41    #define ARG_ALIAS               258
42    #define ARG_ANNOTATE            259
43    #define ARG_AUDIT               260
44    #define ARG_AUTO                261
45    #define ARG_BUILD               262
46    #define ARG_COMPONENT           263
47    #define ARG_CC                  264
48    #define ARG_CHANGECUR           265
49    #define ARG_CLEAR               266
50    #define ARG_COMPAT              267
51    #define ARG_DATE                268
52    #define ARG_DEBUG               269
53    #define ARG_DELETE              270
54    #define ARG_DRAFT               271
55    #define ARG_DRAFTFOLDER         272
56    #define ARG_DRAFTMESSAGE        273
57    #define ARG_DUMP                274
58    #define ARG_EDITOR              275
59    #define ARG_FCC                 276
60    #define ARG_FILE                277
61    #define ARG_FILTER              278
62    #define ARG_FOLDER              279
63    #define ARG_FORM                280
64    #define ARG_FORMAT              281
65    #define ARG_FORWARD             282
66    #define ARG_HEADER              283
67    #define ARG_INPLACE             284
68    #define ARG_INTERACTIVE         285
69    #define ARG_LICENSE             286
70    #define ARG_LINK                287
71    #define ARG_LIST                288
72    #define ARG_MIME                289
73    #define ARG_MSGID               290
74    #define ARG_NOAUDIT             291
75    #define ARG_NOCC                292
76    #define ARG_NODATE              293
77    #define ARG_NODRAFTFOLDER       294
78    #define ARG_NOEDIT              295
79    #define ARG_NOFILTER            296
80    #define ARG_NOFORMAT            297
81    #define ARG_NOFORWARD           298
82    #define ARG_NOINPLACE           299
83    #define ARG_NOMIME              300
84    #define ARG_NOMSGID             301
85    #define ARG_NOPUBLIC            302
86    #define ARG_NOPUSH              303
87    #define ARG_NOVERBOSE           304
88    #define ARG_NOWATCH             305
89    #define ARG_NOWHATNOWPROC       306
90    #define ARG_NOZERO              307  
91    #define ARG_PRESERVE            308  
92    #define ARG_PROMPT              309  
93    #define ARG_PUBLIC              310
94    #define ARG_PUSH                311
95    #define ARG_QUERY               312
96    #define ARG_QUIET               313  
97    #define ARG_RECURSIVE           314  
98    #define ARG_REVERSE             315  
99    #define ARG_SEQUENCE            316  
100    #define ARG_SOURCE              317  
101    #define ARG_SPLIT               318  
102    #define ARG_TEXT                319  
103    #define ARG_TRUNCATE            320  
104    #define ARG_USE                 321  
105    #define ARG_VERBOSE             322
106    #define ARG_WATCH               323
107    #define ARG_WHATNOWPROC         324
108    #define ARG_WIDTH               325
109    #define ARG_ZERO                326
110    
111  void mh_argv_preproc __P((int argc, char **argv, struct mh_argp_data *data));  void mh_argv_preproc __P((int argc, char **argv, struct mh_argp_data *data));
112  int mh_getopt __P((int argc, char **argv, struct mh_option *mh_opt,  int mh_getopt __P((int argc, char **argv, struct mh_option *mh_opt,
113                     const char *doc));                     const char *doc));

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26