@@ -88,10 +88,17 @@ * \param args The arguments used in the format string */ - (void)appendFormat: (OFString*)fmt withArguments: (va_list)args; +/** + * Prepends another OFString to the OFString. + * + * \param str An OFString to prepend + */ +- (void)prependString: (OFString*)str; + /** * Reverse the OFString. */ - (void)reverse;