Update src/misc/helpers.h

This commit is contained in:
2024-02-08 10:43:19 +00:00
parent 7a816d5920
commit 2904e9dcd8

View File

@@ -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