aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/proto.h b/proto.h
index 37860a5..94c9b0e 100644
--- a/proto.h
+++ b/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.70 2002/12/12 23:55:30 ukai Exp $ */
+/* $Id: proto.h,v 1.71 2002/12/13 02:19:01 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -271,16 +271,7 @@ extern int readBufferCache(Buffer *buf);
extern void fmTerm(void);
extern void fmInit(void);
extern void displayBuffer(Buffer *buf, int mode);
-extern void redrawBuffer(Buffer *buf);
-extern void redrawNLine(Buffer *buf, int n);
-extern Line *redrawLine(Buffer *buf, Line *l, int i);
-extern int redrawLineRegion(Buffer *buf, Line *l, int i, int bpos, int epos);
-extern void do_effects(Lineprop m);
-#ifdef USE_ANSI_COLOR
-extern void do_color(Linecolor c);
-#endif
extern void addChar(char c, Lineprop mode);
-extern GeneralList *message_list;
extern void record_err_message(char *s);
extern Buffer *message_list_panel(void);
extern void message(char *s, int return_x, int return_y);
@@ -390,7 +381,7 @@ extern Buffer *follow_map_panel(Buffer *buf, char *name);
#endif
#ifdef USE_IMAGE
extern int getMapXY(Buffer *buf, Anchor *a, int *x, int *y);
-extern Str getCurrentMapLabel(Buffer *buf);
+extern MapArea *retrieveCurrentMapArea(Buffer *buf);
#endif
extern Anchor *retrieveCurrentMap(Buffer *buf);
extern MapArea *newMapArea(char *url, char *target, char *alt, char *shape,