summaryrefslogtreecommitdiff
path: root/lib/libdevctl/devctl.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-02-28 21:27:28 +0000
committerWarner Losh <imp@FreeBSD.org>2022-03-01 15:06:41 +0000
commitb01f409ffeda38212a2f6a62e1343526c7a8be98 (patch)
treed42a84f32f3eb54a59a11d0847b67402e2c39694 /lib/libdevctl/devctl.h
parent38e942a3452fed040d1e344da25187aa54696eeb (diff)
Diffstat (limited to 'lib/libdevctl/devctl.h')
-rw-r--r--lib/libdevctl/devctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdevctl/devctl.h b/lib/libdevctl/devctl.h
index c6af8c480d47..05a6e8bec674 100644
--- a/lib/libdevctl/devctl.h
+++ b/lib/libdevctl/devctl.h
@@ -44,6 +44,7 @@ int devctl_delete(const char *device, bool force);
int devctl_freeze(void);
int devctl_thaw(void);
int devctl_reset(const char *device, bool detach);
+int devctl_getpath(const char *device, const char *locator, char **buffer);
__END_DECLS
#endif /* !__DEVCTL_H__ */