projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
configure.ac: Fix unmatched brackets
[petitboot]
/
lib
/
i18n
/
i18n.h
diff --git
a/lib/i18n/i18n.h
b/lib/i18n/i18n.h
index d7ff154ded7535e8468fa041b6dba6b8d472297b..dde02f1423962bda5eea398a7334cb8533185f84 100644
(file)
--- a/
lib/i18n/i18n.h
+++ b/
lib/i18n/i18n.h
@@
-22,5
+22,7
@@
#define _(x) gettext(x)
#define _(x) gettext(x)
+int strncols(const char *str);
+
#endif /* I18N_H */
#endif /* I18N_H */