summaryrefslogtreecommitdiff
path: root/usr.sbin/config/ukc.h
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-09-21 14:45:15 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-09-21 14:45:15 +0000
commit1391aa5a05b501a0144a5806ea8328a807e98e92 (patch)
tree097a270492dbfd8ec10110461bef6438a15e7aeb /usr.sbin/config/ukc.h
parentf0c6b979258ea0893699d53cd39fd7bd26266875 (diff)
Make UKC handle device locators as longs
ok miod@
Diffstat (limited to 'usr.sbin/config/ukc.h')
-rw-r--r--usr.sbin/config/ukc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/config/ukc.h b/usr.sbin/config/ukc.h
index 283822a278c..7dc534ae27c 100644
--- a/usr.sbin/config/ukc.h
+++ b/usr.sbin/config/ukc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ukc.h,v 1.12 2009/12/10 22:07:19 kettenis Exp $ */
+/* $OpenBSD: ukc.h,v 1.13 2015/09/21 14:45:14 guenther Exp $ */
/*
* Copyright (c) 1999-2001 Mats O Jansson. All rights reserved.
@@ -123,14 +123,8 @@ extern int nopdev;
struct cfdata *get_cfdata(int);
short *get_locnamp(int);
-caddr_t *get_locnames(int);
-int *get_extraloc(int);
-char *get_pdevnames(int);
-struct pdevinit *get_pdevinit(int);
int more(void);
-void pnum(int);
-void pdevnam(short);
void pdev(short);
int number(const char *, int *);
int device(char *, int *, short *, short *);