summaryrefslogtreecommitdiff
path: root/usr.bin/mg/kbd.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /usr.bin/mg/kbd.h
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'usr.bin/mg/kbd.h')
-rw-r--r--usr.bin/mg/kbd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/mg/kbd.h b/usr.bin/mg/kbd.h
index 62c2e0b296c..92ec0708784 100644
--- a/usr.bin/mg/kbd.h
+++ b/usr.bin/mg/kbd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kbd.h,v 1.12 2001/05/24 10:43:18 art Exp $ */
+/* $OpenBSD: kbd.h,v 1.13 2002/02/16 21:27:49 millert Exp $ */
/*
* kbd.h: type definitions for symbol.c and kbd.c for mg experimental
@@ -45,11 +45,11 @@ extern MAPS *maps;
extern MAPS fundamental_mode;
#define fundamental_map (fundamental_mode.p_map)
-int dobindkey __P((KEYMAP *, char *, char *));
-KEYMAP *name_map __P((char *));
-MAPS *name_mode __P((char *));
-PF doscan __P((KEYMAP *, int, KEYMAP **));
-char *map_name __P((KEYMAP *));
+int dobindkey(KEYMAP *, char *, char *);
+KEYMAP *name_map(char *);
+MAPS *name_mode(char *);
+PF doscan(KEYMAP *, int, KEYMAP **);
+char *map_name(KEYMAP *);
void maps_init(void);
int maps_add(KEYMAP *, char *);