--- a/str.h Sat May 04 18:31:03 2013 +0300 +++ b/str.h Sat May 04 19:14:16 2013 +0300 @@ -78,7 +78,6 @@ // Formats text to the string. void format (const char* fmt, ...); - str format (...); // Appends formatted text to the string. void appendformat (const char* c, ...); @@ -267,6 +266,6 @@ } }; -str format (const char* fmt, ...); +str fmt (const char* fmt, ...); #endif // STR_H