summaryrefslogtreecommitdiffstats
path: root/discover/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/paths.h')
-rw-r--r--discover/paths.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/discover/paths.h b/discover/paths.h
index e7c23e5..34de79a 100644
--- a/discover/paths.h
+++ b/discover/paths.h
@@ -51,4 +51,7 @@ char *encode_label(void *alloc_ctx, const char *label);
*/
const char *mount_base(void);
+/* Load a (potentially remote) file, and return a guaranteed-local name */
+char *load_file(void *ctx, const char *remote, unsigned int *tempfile);
+
#endif /* PATHS_H */
OpenPOWER on IntegriCloud