aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-01-20 15:54:08 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-01-20 15:54:08 +0000
commit48db009b76c15c79455b935660a3f6371df22336 (patch)
tree4233d432f1787951c0a32243c47bf5f13c6ad822 /proto.h
parentfix indent (diff)
downloadw3m-48db009b76c15c79455b935660a3f6371df22336.tar.gz
w3m-48db009b76c15c79455b935660a3f6371df22336.zip
* map.c (follow_map_menu): if USE_IMAGE or MENU_MAP
* proto.h (follow_map_menu): ditto From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index db1256e..d91f8db 100644
--- a/proto.h
+++ b/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.81 2003/01/20 15:30:20 ukai Exp $ */
+/* $Id: proto.h,v 1.82 2003/01/20 15:54:11 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -375,8 +375,10 @@ extern void form_write_from_file(FILE * f, char *boundary, char *name,
char *filename, char *file);
extern MapList *searchMapList(Buffer *buf, char *name);
extern void follow_map(struct parsed_tagarg *arg);
+#if defined(MENU_MAP) || defined(USE_IMAGE)
extern MapArea *follow_map_menu(Buffer *buf, char *name, Anchor *a_img, int x,
int y);
+#endif
#ifndef MENU_MAP
extern Buffer *follow_map_panel(Buffer *buf, char *name);
#endif