Create call_external() helper function

This commit is contained in:
Michael Vetter
2020-05-20 10:36:02 +02:00
parent aef74f90ec
commit fc5fa62951
4 changed files with 17 additions and 18 deletions

View File

@@ -106,4 +106,6 @@ void get_file_paths_recursive(const char *directory, GSList **contents);
char* get_random_string(int length);
void call_external(const char *const exe, const char *const param);
#endif