X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fnoerr%2F_info;h=c5d8768f61e666154947df29d9b2344ba842f5b8;hb=1fe7f55b1efc5deefb20815a03b56c8ef0f6dc53;hp=9f852957b5f344cd411d31837a2ebe67931c137e;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e;p=ccan diff --git a/ccan/noerr/_info b/ccan/noerr/_info index 9f852957..c5d8768f 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)