summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-05-24 09:47:35 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-05-24 09:47:35 +0000
commit052900f209b5cb4ae608a110572fd25c69fe5818 (patch)
tree38e9022f74eeb0cb24eee4cc09934a2c92b9ff84 /usr.bin/mg/def.h
parentb2c6a8db135f97b90dd96de763a7dd075b34ffef (diff)
Break out function -> name mappings to an own file.
Add a possibility to dynamically extend the function table.
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r--usr.bin/mg/def.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index 7920ba6ab64..e4b41553df0 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.18 2001/05/24 03:05:20 mickey Exp $ */
+/* $OpenBSD: def.h,v 1.19 2001/05/24 09:47:33 art Exp $ */
/*
* This file is the general header file for all parts
@@ -388,9 +388,6 @@ BUFFER *dired_ __P((char *));
int d_makename __P((LINE *, char *));
LIST *make_file_list __P((char *));
-/* keymap.c X */
-LIST *complete_function_list __P((char *, int));
-
/* kbd.c X */
int do_meta __P((int, int));
int bsmap __P((int, int));