diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-28 20:09:55 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-28 20:09:55 +0000 |
commit | d59cf1e795c0628c2f8b4dce3052627ecdad20a8 (patch) | |
tree | ad17d02b75aaa503f3236158302abd3ca4e97ab4 /WWW/Library/Implementation/LYLeaks.h | |
parent | cbb0a18855d2ee57d2ad8e9de2502969a27d90fc (diff) | |
download | lynx-snapshots-d59cf1e795c0628c2f8b4dce3052627ecdad20a8.tar.gz |
snapshot of project "lynx", label v2-8-9dev_17c
Diffstat (limited to 'WWW/Library/Implementation/LYLeaks.h')
-rw-r--r-- | WWW/Library/Implementation/LYLeaks.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/LYLeaks.h b/WWW/Library/Implementation/LYLeaks.h index b3672734..8f616815 100644 --- a/WWW/Library/Implementation/LYLeaks.h +++ b/WWW/Library/Implementation/LYLeaks.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYLeaks.h,v 1.14 2012/02/10 00:15:56 tom Exp $ + * $LynxId: LYLeaks.h,v 1.15 2018/03/28 09:28:18 tom Exp $ */ #ifndef __LYLEAKS_H /* @@ -77,7 +77,8 @@ extern "C" { #endif /* VMS */ /* * Data structures - */ typedef struct SourceLocation_tag { + */ + typedef struct SourceLocation_tag { /* * The file name and line number of where an event took place. */ @@ -119,6 +120,7 @@ extern "C" { /* * Global variable declarations */ + extern char LYLeaksPath[]; /* * Macros |