diff options
Diffstat (limited to 'src/io/sys.h')
| -rw-r--r-- | src/io/sys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/sys.h b/src/io/sys.h index 83ffdb41c..fbfe4d4c4 100644 --- a/src/io/sys.h +++ b/src/io/sys.h @@ -59,6 +59,8 @@ void spawn_async_with_pipes (const std::string& working_directory, int* standard_output, int* standard_error); +Glib::ustring get_file_extension(Glib::ustring path); + } } |
