diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2005-12-18 23:07:04 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2005-12-18 23:07:04 -0500 |
commit | 01876e39ab4775cc04d1fdc8e491fe2e7de9c1a3 (patch) | |
tree | 2a16e6763cddd84bec1fe32d69607ecc72284b51 /src/LYMap.h | |
parent | c64d302821eb22d2c3d1269715a0892ddb2bb342 (diff) | |
download | lynx-snapshots-01876e39ab4775cc04d1fdc8e491fe2e7de9c1a3.tar.gz |
snapshot of project "lynx", label v2-8-6dev_16
Diffstat (limited to 'src/LYMap.h')
-rw-r--r-- | src/LYMap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LYMap.h b/src/LYMap.h index bd16ad8b..28a60178 100644 --- a/src/LYMap.h +++ b/src/LYMap.h @@ -14,6 +14,7 @@ extern "C" { extern BOOL LYMapsOnly; extern void ImageMapList_free(HTList *list); + extern void LYPrintImgMaps(FILE *fp); extern BOOL LYAddImageMap(char *address, char *title, HTParentAnchor *node_anchor); extern BOOL LYAddMapElement(char *map, char *address, char *title, |