From bbea21a256ec63301d2f9417d83f9db7551246c2 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Thu, 6 Dec 2007 21:41:08 +0000 Subject: [PATCH] Forgot the header change in the last commit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23073 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/fs/devfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/kernel/fs/devfs.h b/headers/private/kernel/fs/devfs.h index f531d0280e..ab9f6486f9 100644 --- a/headers/private/kernel/fs/devfs.h +++ b/headers/private/kernel/fs/devfs.h @@ -31,6 +31,7 @@ status_t devfs_publish_partition(const char *path, const partition_info *info); status_t devfs_unpublish_device(const char *path, bool disconnect); status_t devfs_publish_device(const char *path, void *ident, device_hooks *calls); status_t devfs_publish_directory(const char *path); +status_t devfs_rescan_driver(const char *driverName); #ifdef __cplusplus }