summaryrefslogtreecommitdiff
path: root/graphics/asymptote/locate.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-11-24 03:01:06 +0000
committerNorbert Preining <norbert@preining.info>2020-11-24 03:01:06 +0000
commit55c6d66f61a96ba63cd8c141229843ad2ab42632 (patch)
tree64fa3f4bc82828c2475a6a25d23a02cb36502b95 /graphics/asymptote/locate.h
parentf0be59ccfa7046c57199fe35c49e1e8963fcb1a9 (diff)
CTAN sync 202011240301
Diffstat (limited to 'graphics/asymptote/locate.h')
-rw-r--r--graphics/asymptote/locate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/asymptote/locate.h b/graphics/asymptote/locate.h
index 338057b805..458d0885df 100644
--- a/graphics/asymptote/locate.h
+++ b/graphics/asymptote/locate.h
@@ -9,6 +9,7 @@
#define LOCATE_H
#include "common.h"
+#include "settings.h"
namespace settings {
@@ -17,7 +18,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, bool full=false);
+string locateFile(string id, bool full=false, string suffix=settings::suffix);
namespace fs {