Index: uspace/lib/c/include/str.h
===================================================================
--- uspace/lib/c/include/str.h	(revision b401b3322a451446f62c081f02087ec8f1c2f07e)
+++ uspace/lib/c/include/str.h	(revision ac5c37cde62fcac7beb25a3fb1bc581dd675d399)
@@ -98,4 +98,5 @@
 
 extern bool str_test_prefix(const char *s, const char *p);
+extern const char *str_suffix(const char *s, size_t prefix_length);
 
 extern void str_cpy(char *dest, size_t size, const char *src);
