Mercurial > hg > octave-nkf
diff src/utils.h @ 339:94f0f219a946
[project @ 1994-02-07 07:26:24 by jwe]
author | jwe |
---|---|
date | Mon, 07 Feb 1994 07:29:19 +0000 |
parents | 82d30a23c979 |
children | 0b52c68ec81f |
line wrap: on
line diff
--- a/src/utils.h +++ b/src/utils.h @@ -79,8 +79,8 @@ extern int keyword_almost_match (const char **std, int *min_len, const char *s, int min_toks_to_match, int max_toks); -extern char **get_fcn_file_names (int& mfl_len, const char *dir, int no_suffix); -extern char **get_fcn_file_names (int& mfl_len, int no_suffix); +extern char **get_fcn_file_names (int& ffl_len, const char *dir, int no_suffix); +extern char **get_fcn_file_names (int& ffl_len, int no_suffix); extern int NINT (double x); extern double D_NINT (double x); extern void delete_ppchar (char **);