]> git.cworth.org Git - ttt/blobdiff - src/x.h
2005-11-07 Carl Worth <cworth@cworth.org>
[ttt] / src / x.h
diff --git a/src/x.h b/src/x.h
index 52c3acdd6ffe7a79ac1fe3f23f36d628784a7555..45bf6a9c4fa618696a0a7c59d174e9cf5197991b 100644 (file)
--- a/src/x.h
+++ b/src/x.h
@@ -23,7 +23,7 @@
 #define _X_H_
 
 void
 #define _X_H_
 
 void
-xasprintf (char **strp, const char *fmt, ...) WDO_PRINTF_FORMAT(2, 3);
+xasprintf (char **strp, const char *fmt, ...) TTT_PRINTF_FORMAT(2, 3);
 
 void
 xvasprintf (char **strp, const char *fmt, va_list ap);
 
 void
 xvasprintf (char **strp, const char *fmt, va_list ap);
@@ -49,4 +49,7 @@ xfdopen (int filedes, const char *mode);
 char *
 xstrdup (const char *s);
 
 char *
 xstrdup (const char *s);
 
+void
+xfwrite (const void *ptr, size_t size, size_t nmemb, FILE *stream);
+
 #endif /* _X_H_ */
 #endif /* _X_H_ */