Update src/misc/helpers.h

master
Christopher M. Punches 2024-02-08 10:43:19 +00:00
parent 7a816d5920
commit 2904e9dcd8
1 changed files with 2 additions and 0 deletions

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