diff options
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 |