]> git.ozlabs.org Git - ccan/blobdiff - ccan/noerr/_info
compiler, list, noerr, sparse_bsearch, str, str_talloc, stringmap, talloc_link, tdb...
[ccan] / ccan / noerr / _info
index 9f852957b5f344cd411d31837a2ebe67931c137e..c5d8768f61e666154947df29d9b2344ba842f5b8 100644 (file)
@@ -19,7 +19,7 @@
  *     #include <errno.h>
  *     #include <ccan/noerr/noerr.h>
  *
- *     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)