about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/LYLeaks.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-03-28 20:09:55 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-03-28 20:09:55 +0000
commitd59cf1e795c0628c2f8b4dce3052627ecdad20a8 (patch)
treead17d02b75aaa503f3236158302abd3ca4e97ab4 /WWW/Library/Implementation/LYLeaks.h
parentcbb0a18855d2ee57d2ad8e9de2502969a27d90fc (diff)
downloadlynx-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.h6
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