]> git.ozlabs.org Git - petitboot/blobdiff - lib/i18n/i18n.h
discover/devmapper: Read device size from sysfs
[petitboot] / lib / i18n / i18n.h
index d7ff154ded7535e8468fa041b6dba6b8d472297b..dde02f1423962bda5eea398a7334cb8533185f84 100644 (file)
@@ -22,5 +22,7 @@
 
 #define _(x) gettext(x)
 
+int strncols(const char *str);
+
 #endif /* I18N_H */