summaryrefslogtreecommitdiff
path: root/usr.sbin/config/ukc.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-05 10:11:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-05 10:11:24 +0000
commitb7540bedf1d5e2e1ee1480acc776e01f66979f0f (patch)
treee9a75b6605e8224a846e7d17749c9018608af60e /usr.sbin/config/ukc.h
parentd909564c7bbe37a759e85c032005836550fe28bc (diff)
more free KNF from maja, though this was hard to do
Diffstat (limited to 'usr.sbin/config/ukc.h')
-rw-r--r--usr.sbin/config/ukc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/ukc.h b/usr.sbin/config/ukc.h
index 407fa939e16..7745e9fe742 100644
--- a/usr.sbin/config/ukc.h
+++ b/usr.sbin/config/ukc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ukc.h,v 1.5 2001/08/12 12:03:03 heko Exp $ */
+/* $OpenBSD: ukc.h,v 1.6 2001/12/05 10:11:23 deraadt Exp $ */
/*
* Copyright (c) 1999-2001 Mats O Jansson. All rights reserved.
@@ -121,7 +121,7 @@ struct cfdata *get_cfdata __P((int));
short *get_locnamp __P((int));
caddr_t *get_locnames __P((int));
int *get_extraloc __P((int));
-caddr_t *get_pdevnames __P((int));
+char *get_pdevnames __P((int));
struct pdevinit *get_pdevinit __P((int));
int more __P(());