]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
tdb: use tdb_nest_lock() for active lock.
[ccan] / tools / tools.h
index 2092042f7be6fc4606055965a35248b0c9950ef3..34c2f99ff1253fe38a888fe697c79f9bb07fb323 100644 (file)
@@ -29,6 +29,7 @@ char *talloc_dirname(const void *ctx, const char *dir);
 char *talloc_getcwd(const void *ctx);
 char *run_command(const void *ctx, const char *fmt, ...);
 char *temp_file(const void *ctx, const char *extension);
+bool move_file(const char *oldname, const char *newname);
 
 /* From compile.c.
  *