summaryrefslogtreecommitdiff
path: root/graphics/asymptote/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/util.h')
-rw-r--r--graphics/asymptote/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/asymptote/util.h b/graphics/asymptote/util.h
index d07c543258..2816c771d7 100644
--- a/graphics/asymptote/util.h
+++ b/graphics/asymptote/util.h
@@ -125,6 +125,7 @@ const char *startPath();
const char* setPath(const char *s, bool quiet=false);
const char *changeDirectory(const char *s);
extern char *startpath;
+extern void recursive_delete(char *name);
void backslashToSlash(string& s);
void spaceToUnderscore(string& s);