summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/util.h')
-rw-r--r--Build/source/utils/asymptote/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/util.h b/Build/source/utils/asymptote/util.h
index 940d346e4e9..145f9717faf 100644
--- a/Build/source/utils/asymptote/util.h
+++ b/Build/source/utils/asymptote/util.h
@@ -27,6 +27,9 @@ string stripDir(string name);
// Strip the file from a filename, returning the directory.
string stripFile(string name);
+// Like stripTeXFile except return "" for context TeX engine.
+string stripTeXFile(string name);
+
// Strip the extension from a filename.
string stripExt(string name, const string& suffix="");