summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwcobb <wcobb@openbsd.org>2002-08-27 01:19:52 +0000
committerwcobb <wcobb@openbsd.org>2002-08-27 01:19:52 +0000
commitbe43bcf3108b946c244849d03d1c1d7d0df78e1a (patch)
treefc4d4eb05938d202a568b01ec735747bf333d275
parentAdd autoconf(9) and some links; ok art@ (diff)
downloadwireguard-openbsd-be43bcf3108b946c244849d03d1c1d7d0df78e1a.tar.xz
wireguard-openbsd-be43bcf3108b946c244849d03d1c1d7d0df78e1a.zip
config_edit() isn't used anywhere. ok art@
-rw-r--r--sys/sys/device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/device.h b/sys/sys/device.h
index fe913dd4a18..9095c0bbaa7 100644
--- a/sys/sys/device.h
+++ b/sys/sys/device.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: device.h,v 1.23 2002/03/15 01:20:04 millert Exp $ */
+/* $OpenBSD: device.h,v 1.24 2002/08/27 01:19:52 wcobb Exp $ */
/* $NetBSD: device.h,v 1.15 1996/04/09 20:55:24 cgd Exp $ */
/*
@@ -191,7 +191,6 @@ extern struct evcntlist allevents; /* list of all event counters */
extern int autoconf_verbose;
void config_init(void);
-void config_edit(void);
void *config_search(cfmatch_t, struct device *, void *);
void *config_rootsearch(cfmatch_t, char *, void *);
struct device *config_found_sm(struct device *, void *, cfprint_t,