X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fnoerr%2F_info;h=7310e1bd4693d1c296760eeae27cf12ba017d2d8;hb=3087ef7270e98b91e6bc6d5f8e83fe22a8db583c;hp=9f852957b5f344cd411d31837a2ebe67931c137e;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e;p=ccan diff --git a/ccan/noerr/_info b/ccan/noerr/_info index 9f852957..7310e1bd 100644 --- a/ccan/noerr/_info +++ b/ccan/noerr/_info @@ -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: Public domain * Author: Rusty Russell */ int main(int argc, char *argv[])