diff options
Diffstat (limited to 'src/LYStrings.h')
-rw-r--r-- | src/LYStrings.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYStrings.h b/src/LYStrings.h index 9b9804c7..207a7be7 100644 --- a/src/LYStrings.h +++ b/src/LYStrings.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYStrings.h,v 1.70 2009/01/01 21:36:55 tom Exp $ + * $LynxId: LYStrings.h,v 1.72 2009/01/25 19:49:28 tom Exp $ */ #ifndef LYSTRINGS_H #define LYSTRINGS_H @@ -47,6 +47,8 @@ extern "C" { int hidden, size_t bufsize, RecallType recall); + extern int LYscanFloat(const char *source, float *result); + extern int LYscanFloat2(const char **source, float *result); extern char *LYstrsep(char **stringp, const char *delim); extern char *LYstrstr(char *chptr, |