]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
tools: trim leading whitespace in documentation extract.
[ccan] / tools / tools.h
index 0a6ef8ccc4ac2b9a54fba7bfe9223bb48c4da068..f08eb1ddb0fad0ecc4ac644926b323cc26682eb4 100644 (file)
@@ -43,7 +43,7 @@ bool PRINTF_FMT(4,5) run_command(const void *ctx,
                                 const char *fmt, ...);
 char *run_with_timeout(const void *ctx, const char *cmd,
                       bool *ok, unsigned *timeout_ms);
-char *temp_dir(const void *ctx);
+const char *temp_dir(const void *ctx);
 bool move_file(const char *oldname, const char *newname);
 
 /* From compile.c.