]> git.cworth.org Git - ttt/blobdiff - src/x.h
2005-11-09 Carl Worth <cworth@cworth.org>
[ttt] / src / x.h
diff --git a/src/x.h b/src/x.h
index e3efdb8f0d89547c0350845e7eeeef41c743e464..024d8c283885590596cfe566e6cb70747b23b2b6 100644 (file)
--- a/src/x.h
+++ b/src/x.h
@@ -46,6 +46,9 @@ xrealloc (void *ptr, size_t size);
 FILE *
 xfdopen (int filedes, const char *mode);
 
+FILE *
+xfreopen (const char *path, const char *mode, FILE *stream);
+
 char *
 xstrdup (const char *s);