]> wimlib.net Git - wimlib/blobdiff - src/util.c
wimlib_update_image(): Do proper rollbacks & replace files by default
[wimlib] / src / util.c
index 3053fd9e6d2bccbd76e1b15459ee30c0fd33ddf3..8be76594e5125374ae92b564fd9c5640dbdf5834 100644 (file)
@@ -54,7 +54,7 @@
 #include <time.h>
 #include <unistd.h>
 
-static size_t
+size_t
 utf16le_strlen(const utf16lechar *s)
 {
        const utf16lechar *p = s;