str.h

changeset 161
c9fba92c4e35
parent 135
c243df39913e
--- 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

mercurial