X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=devices%2Fpaths.c;h=2373c28f560555025d7b522733551b5cb3dffe22;hp=e9bf6cbcc9c7c49fcb6f4ab03ad9a64e89eba61c;hb=7a0b7f404028a63e9527b26eb09b6de9958acc34;hpb=aab818c10b1fa68b968cabc852680f8ec0fe1360 diff --git a/devices/paths.c b/devices/paths.c index e9bf6cb..2373c28 100644 --- a/devices/paths.c +++ b/devices/paths.c @@ -15,7 +15,7 @@ struct device_map { #define DEVICE_MAP_SIZE 32 static struct device_map device_map[DEVICE_MAP_SIZE]; -static char *encode_label(const char *label) +char *encode_label(const char *label) { char *str, *c; int i;