Update src/misc/helpers.h
parent
7a816d5920
commit
2904e9dcd8
|
@ -67,4 +67,6 @@ const char * command2args( std::string input_string );
|
||||||
*/
|
*/
|
||||||
std::string get_absolute_path(const std::string &relative_path);
|
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
|
#endif //REX_HELPERS_H
|
||||||
|
|
Loading…
Reference in New Issue