commit | 1ca41775bbdc07cf67be79aebc566754c9c02855 | [log] [tgz] |
---|---|---|
author | Mark Whitley <markw@lineo.com> | Wed Jun 28 22:15:26 2000 +0000 |
committer | Mark Whitley <markw@lineo.com> | Wed Jun 28 22:15:26 2000 +0000 |
tree | 0ac134f0a80036aec272b04c3a057ea2ae055b20 | |
parent | d37218941c37795cc8e96ddb3312d83fb2269d5a [diff] |
Yanked out the cstring_alloc() and cstring_lineFromFile() functions from utility.c and replaced them with get_line_from_file() from the new grep.c. Also changed declaration in internal.h and replaced instances of cstring_lineFromFile() in dc.c and sort.c with get_line_from_file(). Tested them and they worked fine.