atd

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/atd
Log | Files | Refs

commit 2f4dab6351da2fe823a43422cae936d0dd6a45b5
parent 1d91c9913b62b1dd90c6844abdc8bf53b47024b7
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Mon, 26 Jul 2021 22:59:17 -0500

encdec: export xread

Diffstat:
Mencdec.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/encdec.h b/encdec.h @@ -6,3 +6,4 @@ int atd_status_call(int fd, enum callstatus status, char *num); ssize_t dec_str(char *in, char **out); int dec_call_status(int fd, struct call *calls); int xwrite(int fd, char *buf, size_t len); +int xread(int fd, char *buf, size_t len);