aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-01-15 16:21:10 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-01-15 16:21:10 +0000
commitd42e16a0d6512778cfae3ab11472b161d5074795 (patch)
tree5cd14f8429c545bf05b57d3db39aae1b37ae9270 /release/sysinstall/sysinstall.h
parentc5e12995c694a4ecf771a80ae2a119261a695f5c (diff)
Notes
Diffstat (limited to 'release/sysinstall/sysinstall.h')
-rw-r--r--release/sysinstall/sysinstall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h
index 199ce9c4c868..c429beb15985 100644
--- a/release/sysinstall/sysinstall.h
+++ b/release/sysinstall/sysinstall.h
@@ -415,6 +415,7 @@ extern DMenu *deviceCreateMenu(DMenu *menu, DeviceType type, int (*hook)(dialogM
int (*check)(dialogMenuItem *d));
extern void deviceGetAll(void);
extern Device **deviceFind(char *name, DeviceType type);
+extern Device **deviceFindDescr(char *name, char *desc, DeviceType class);
extern int deviceCount(Device **devs);
extern Device *new_device(char *name);
extern Device *deviceRegister(char *name, char *desc, char *devname, DeviceType type, Boolean enabled,