sed: unbreak multiple -e, -f option handling (my fault)
This commit is contained in:
parent
bb119d059a
commit
b97c9842a5
4 changed files with 29 additions and 20 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue