diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-11-24 10:48:33 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-11-24 10:48:33 -0500 |
commit | 99d74890011b0327f07e7d827e5f93a929115ad4 (patch) | |
tree | d50eea426ee833ac4706907b710beea2fc423eef /src/LYUtils.h | |
parent | 0890416a30a4441e6936c039207c13cc623678db (diff) | |
download | lynx-snapshots-99d74890011b0327f07e7d827e5f93a929115ad4.tar.gz |
snapshot of project "lynx", label v2-8-8dev_1c
Diffstat (limited to 'src/LYUtils.h')
-rw-r--r-- | src/LYUtils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYUtils.h b/src/LYUtils.h index 7e7adabd..0486a31e 100644 --- a/src/LYUtils.h +++ b/src/LYUtils.h @@ -1,4 +1,4 @@ -/* $LynxId: LYUtils.h,v 1.80 2009/02/01 23:28:26 tom Exp $ */ +/* $LynxId: LYUtils.h,v 1.82 2009/11/21 15:46:24 tom Exp $ */ #ifndef LYUTILS_H #define LYUTILS_H @@ -206,7 +206,7 @@ extern "C" { #define IsOurFile(name) TRUE #endif -#ifdef EXP_ASCII_CTYPES +#ifdef USE_ASCII_CTYPES extern int ascii_tolower(int i); extern int ascii_toupper(int i); extern int ascii_isupper(int i); @@ -269,7 +269,7 @@ extern "C" { #endif #if defined(WIN_EX) /* 1997/10/16 (Thu) 20:13:28 */ - extern char *HTDOS_short_name(char *path); + extern char *HTDOS_short_name(const char *path); extern char *w32_strerror(DWORD ercode); #endif |