sed: unbreak multiple -e, -f option handling (my fault)

This commit is contained in:
Denis Vlasenko 2006-10-01 21:05:12 +00:00
parent bb119d059a
commit b97c9842a5
4 changed files with 29 additions and 20 deletions

View file

@ -40,7 +40,7 @@ typedef struct _fs { /* format strings */
} FS;
extern void bb_dump_add(const char *fmt);
extern int bb_dump_dump (char **argv);
extern int bb_dump_dump(char **argv);
extern int bb_dump_size(FS * fs);
extern FS *bb_dump_fshead; /* head of format strings */