X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=34c2f99ff1253fe38a888fe697c79f9bb07fb323;hp=2092042f7be6fc4606055965a35248b0c9950ef3;hb=354c772e913d137034d5bcd00efdcb880697532e;hpb=747a69435d9f83c0968d9689c4951bc0233ffc5e diff --git a/tools/tools.h b/tools/tools.h index 2092042f..34c2f99f 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -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. *