diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-24 09:47:35 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-24 09:47:35 +0000 |
commit | 052900f209b5cb4ae608a110572fd25c69fe5818 (patch) | |
tree | 38e9022f74eeb0cb24eee4cc09934a2c92b9ff84 /usr.bin/mg/help.c | |
parent | b2c6a8db135f97b90dd96de763a7dd075b34ffef (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/help.c')
-rw-r--r-- | usr.bin/mg/help.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/help.c b/usr.bin/mg/help.c index 1684c16fa30..9f320079dd2 100644 --- a/usr.bin/mg/help.c +++ b/usr.bin/mg/help.c @@ -1,10 +1,11 @@ -/* $OpenBSD: help.c,v 1.13 2001/05/24 09:06:21 art Exp $ */ +/* $OpenBSD: help.c,v 1.14 2001/05/24 09:47:34 art Exp $ */ /* * Help functions for Mg 2 */ #include "def.h" +#include "funmap.h" #ifndef NO_HELP #include "kbd.h" |