~ubuntu-branches/ubuntu/edgy/lynx/edgy

« back to all changes in this revision

Viewing changes to src/LYMap.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-16 12:14:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040916121410-cz1gu92c4nqfeyrg
Tags: upstream-2.8.5
ImportĀ upstreamĀ versionĀ 2.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef LYMAP_H
 
2
#define LYMAP_H
 
3
 
 
4
#ifndef HTUTILS_H
 
5
#include <HTUtils.h>
 
6
#endif
 
7
 
 
8
#include <HTList.h>
 
9
#include <HTAnchor.h>
 
10
 
 
11
extern BOOL LYMapsOnly;
 
12
 
 
13
extern void ImageMapList_free PARAMS((HTList * list));
 
14
extern BOOL LYAddImageMap PARAMS((char *address, char *title,
 
15
                                  HTParentAnchor *node_anchor));
 
16
extern BOOL LYAddMapElement PARAMS((char *map, char *address, char *title,
 
17
                                    HTParentAnchor *node_anchor,
 
18
                                    BOOL intern_flag));
 
19
extern BOOL LYHaveImageMap PARAMS((char *address));
 
20
 
 
21
#endif /* LYMAP_H */