From 2904e9dcd86ffbc50514119ed214e56f78be87e8 Mon Sep 17 00:00:00 2001 From: "Christopher M. Punches" Date: Thu, 8 Feb 2024 10:43:19 +0000 Subject: [PATCH] Update src/misc/helpers.h --- src/misc/helpers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/misc/helpers.h b/src/misc/helpers.h index 7fb8a7d..af669bb 100644 --- a/src/misc/helpers.h +++ b/src/misc/helpers.h @@ -67,4 +67,6 @@ const char * command2args( std::string input_string ); */ std::string get_absolute_path(const std::string &relative_path); +ssize_t write_all(int fd, const void *buf, size_t count); + #endif //REX_HELPERS_H