From c460258f5a85d8d65261b524f23a3608185e58e4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 8 Jul 2013 20:34:26 +0200 Subject: command: add screenshot_to_file command --- core/path.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core/path.h') diff --git a/core/path.h b/core/path.h index a3033199df..a38ad503ea 100644 --- a/core/path.h +++ b/core/path.h @@ -40,6 +40,13 @@ char *mp_find_user_config_file(const char *filename); char *mp_basename(const char *path); +/* Return file extension, including the '.'. If root is not NULL, set it to the + * part of the path without extension. So: path == root + returnvalue + * Don't consider it a file extension if the only '.' is the first character. + * Return "" if no extension. + */ +char *mp_splitext(const char *path, bstr *root); + /* Return struct bstr referencing directory part of path, or if that * would be empty, ".". */ -- cgit v1.2.3