diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-26 14:26:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-26 14:26:23 -0400 |
commit | bf9ea0cbb0562934c45170f94ebfe2ac609a44a8 (patch) | |
tree | f4bde48763d66ed00b176397aee2b3fd6e9fc7f5 /src/LYMap.h | |
parent | 69a1a751cb798556c786e3ef66d473bf8a88abdc (diff) | |
download | lynx-snapshots-bf9ea0cbb0562934c45170f94ebfe2ac609a44a8.tar.gz |
snapshot of project "lynx", label v2-8-8dev_5e
Diffstat (limited to 'src/LYMap.h')
-rw-r--r-- | src/LYMap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYMap.h b/src/LYMap.h index 28a60178..7c0b9ffa 100644 --- a/src/LYMap.h +++ b/src/LYMap.h @@ -1,3 +1,4 @@ +/* $LynxId: LYMap.h,v 1.12 2010/09/25 11:35:42 tom Exp $ */ #ifndef LYMAP_H #define LYMAP_H @@ -19,7 +20,7 @@ extern "C" { HTParentAnchor *node_anchor); extern BOOL LYAddMapElement(char *map, char *address, char *title, HTParentAnchor *node_anchor, - BOOL intern_flag); + int intern_flag); extern BOOL LYHaveImageMap(char *address); #ifdef __cplusplus |