about summary refs log tree commit diff stats
path: root/src/LYMap.h
blob: 077347a8de2bc422871c5d9bb07180e82cb285f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef LYMAP_H
#define LYMAP_H

#ifndef HTUTILS_H
#include <HTUtils.h>
#endif

#include <HTList.h>
#include <HTAnchor.h>

extern BOOL LYMapsOnly;

extern void ImageMapList_free PARAMS((HTList * list));
extern BOOL LYAddImageMap PARAMS((char *address, char *title,
				  HTParentAnchor *node_anchor));
extern BOOL LYAddMapElement PARAMS((char *map, char *address, char *title,
				    HTParentAnchor *node_anchor,
				    BOOL intern_flag));
extern BOOL LYHaveImageMap PARAMS((char *address));

#endif /* LYMAP_H */