about summary refs log tree commit diff stats
path: root/src/LYMap.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2011-06-11 12:12:46 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2011-06-11 12:12:46 -0400
commit279010bc0791556e63b4951d83a2c45252142b80 (patch)
tree2f0ca07764a555764bb1f5a628a3468e88bf0c59 /src/LYMap.h
parent0b30d0d375231ff07227872f2d1d25f005e43e98 (diff)
downloadlynx-snapshots-279010bc0791556e63b4951d83a2c45252142b80.tar.gz
snapshot of project "lynx", label v2_8_8dev_9a
Diffstat (limited to 'src/LYMap.h')
-rw-r--r--src/LYMap.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/LYMap.h b/src/LYMap.h
deleted file mode 100644
index 7c0b9ffa..00000000
--- a/src/LYMap.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* $LynxId: LYMap.h,v 1.12 2010/09/25 11:35:42 tom Exp $ */
-#ifndef LYMAP_H
-#define LYMAP_H
-
-#ifndef HTUTILS_H
-#include <HTUtils.h>
-#endif
-
-#include <HTList.h>
-#include <HTAnchor.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-    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,
-				HTParentAnchor *node_anchor,
-				int intern_flag);
-    extern BOOL LYHaveImageMap(char *address);
-
-#ifdef __cplusplus
-}
-#endif
-#endif				/* LYMAP_H */