From 8866e88ec539a862ae437e71534a89b7741e123f Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Tue, 24 May 2011 11:59:39 +0000 Subject: [PATCH] Add prototype and remove warning. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@533 36d66b0a-2a48-0410-832c-cd162a569da5 --- lib/utils_devpath.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/utils_devpath.c b/lib/utils_devpath.c index ded0c04..f78a36e 100644 --- a/lib/utils_devpath.c +++ b/lib/utils_devpath.c @@ -28,6 +28,8 @@ #include #include "utils_dm.h" +char *crypt_lookup_dev(const char *dev_id); + static char *__lookup_dev(char *path, dev_t dev, int dir_level, const int max_level) { struct dirent *entry; -- 2.34.1