]> git.ozlabs.org Git - petitboot/blobdiff - devices/paths.c
Make kboot_parser global options array static
[petitboot] / devices / paths.c
index e9bf6cbcc9c7c49fcb6f4ab03ad9a64e89eba61c..2373c28f560555025d7b522733551b5cb3dffe22 100644 (file)
@@ -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;