X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fnoerr%2F_info;h=899e36c35cee0772feca69871c2d94416c588f6d;hp=fee413d3bbc90b23a756bc3a1b7eefb8a1c019e0;hb=d1cea3ebf96f61b5bbac1e74975700770e06add6;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632 diff --git a/ccan/noerr/_info b/ccan/noerr/_info index fee413d3..899e36c3 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,8 @@ * return true; * } * - * Licence: LGPL (2 or any later version) + * License: LGPL (2 or any later version) + * Author: Rusty Russell */ int main(int argc, char *argv[]) {