From 0f35e752d300dcbd457cc247224092fe85846a8b Mon Sep 17 00:00:00 2001 From: "Christopher M. Punches" Date: Thu, 8 Feb 2024 10:44:33 +0000 Subject: [PATCH] Update src/lcpex/helpers.h --- src/lcpex/helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lcpex/helpers.h b/src/lcpex/helpers.h index 5629850..7c458b7 100644 --- a/src/lcpex/helpers.h +++ b/src/lcpex/helpers.h @@ -16,6 +16,6 @@ enum CHILD_PIPE_NAMES { #define BUFFER_SIZE 1024 - +ssize_t write_all(int fd, const void *buf, size_t count); #endif //LCPEX_HELPERS_H