]> git.cworth.org Git - ttt/blobdiff - src/x.h
2005-11-14 Carl Worth <cworth@cworth.org>
[ttt] / src / x.h
diff --git a/src/x.h b/src/x.h
index 868a5674689ee90f4e52a1c59f3dd9dccaabfffd..b3384af43d93b37aad0a96523cef97d2f616ab66 100644 (file)
--- a/src/x.h
+++ b/src/x.h
@@ -76,4 +76,10 @@ xselect (int          n,
         fd_set         *exceptfds,
         struct timeval *timeout);
 
+ssize_t
+xread (int fd, void *buf, size_t count);
+
+ssize_t
+xwrite (int fd, const void *buf, size_t count);
+
 #endif /* _X_H_ */