diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-05-25 00:16:10 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-05-25 00:16:10 -0400 |
commit | 945e8eb6bb07f64aaca42207af3311220ff2e4ba (patch) | |
tree | 6afb50262b844dd069bd4f7234da68008c48677c /src/LYMap.h | |
parent | e4409c408eedf320b8845cafdd62b664bec1afd8 (diff) | |
download | lynx-snapshots-945e8eb6bb07f64aaca42207af3311220ff2e4ba.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-28
Diffstat (limited to 'src/LYMap.h')
-rw-r--r-- | src/LYMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYMap.h b/src/LYMap.h index 4620cfbe..48829eb7 100644 --- a/src/LYMap.h +++ b/src/LYMap.h @@ -5,6 +5,6 @@ extern BOOL LYMapsOnly; extern BOOL LYAddImageMap PARAMS((char *address, char *title)); -extern BOOL LYAddMapElement PARAMS((char *map, char *address, char *title)); +extern BOOL LYAddMapElement PARAMS((char *map, char *address, char *title, BOOL intern_flag)); #endif /* LYMAP_H */ |