X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fnoerr%2F_info;h=082c71e601e451cf77ef022555d25d102f054de2;hp=9f852957b5f344cd411d31837a2ebe67931c137e;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e diff --git a/ccan/noerr/_info b/ccan/noerr/_info index 9f852957..082c71e6 100644 --- a/ccan/noerr/_info +++ b/ccan/noerr/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * noerr - routines for cleaning up without blatting errno @@ -19,7 +19,7 @@ * #include * #include * - * bool write_string_to_file(const char *file, const char *string) + * static bool write_string_to_file(const char *file, const char *string) * { * int ret, fd = open(file, O_WRONLY|O_CREAT|O_EXCL, 0600); * if (fd < 0) @@ -45,7 +45,7 @@ * return true; * } * - * Licence: LGPL (2 or any later version) + * License: CC0 (Public domain) * Author: Rusty Russell */ int main(int argc, char *argv[])