atd

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

commit eee7b082dfb1652b920f7d800d7ee33d5a2107cd
parent b12b2ab14b21d48460cca3df0e939caddda8dabe
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Wed,  7 Jul 2021 14:34:13 -0500

encdec: export xwrite

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

diff --git a/encdec.h b/encdec.h @@ -5,3 +5,4 @@ int atd_cmd_call_events(int fd); 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);