]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
ccanlint: chdir to temporary dir so gcov files land there.
[ccan] / tools / tools.h
index 35f6bd8c80dcf3ac31f1b4d2f7d7d765cca31bd6..fe3a3aedd3d03c1243c56e7d37809c12f376747b 100644 (file)
@@ -32,6 +32,7 @@ char *talloc_getcwd(const void *ctx);
 char *run_command(const void *ctx, unsigned int *time_ms, const char *fmt, ...);
 char *run_with_timeout(const void *ctx, const char *cmd,
                       bool *ok, unsigned *timeout_ms);
+char *temp_dir(const void *ctx);
 char *temp_file(const void *ctx, const char *extension);
 bool move_file(const char *oldname, const char *newname);