1 #ifndef PARSE_H_INCLUDED
2 #define PARSE_H_INCLUDED
4 #if defined(__cplusplus)
8 int usage(FILE * const fp, const char *ProgramName);
9 int short_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName);
10 int long_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName,
12 int display_bitrates(FILE * const fp);
14 int parse_args(lame_global_flags * gfp, int argc, char **argv, char *const inPath,
15 char *const outPath, char **nogap_inPath, int *max_nogap);
19 #if defined(__cplusplus)