summaryrefslogtreecommitdiff
path: root/graphics/asymptote/locate.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-11-07 03:01:39 +0000
committerNorbert Preining <norbert@preining.info>2019-11-07 03:01:39 +0000
commit2e1d63b8ed8c6b7c6d206bfe9e2712797108e8bd (patch)
tree7ea198b043998590117b2730e9dec10327ef3da3 /graphics/asymptote/locate.h
parent590fd8b560523cdaea19c59aea61e781138e87f8 (diff)
CTAN sync 201911070301
Diffstat (limited to 'graphics/asymptote/locate.h')
-rw-r--r--graphics/asymptote/locate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/locate.h b/graphics/asymptote/locate.h
index 915a5e9d59..338057b805 100644
--- a/graphics/asymptote/locate.h
+++ b/graphics/asymptote/locate.h
@@ -17,7 +17,7 @@ extern file_list_t searchPath;
// Find the appropriate file, first looking in the local directory, then the
// directory given in settings, and finally the global system directory.
-string locateFile(string id);
+string locateFile(string id, bool full=false);
namespace fs {