]> git.ozlabs.org Git - ccan/blobdiff - ccan/sparse_bsearch/_info
compiler, list, noerr, sparse_bsearch, str, str_talloc, stringmap, talloc_link, tdb...
[ccan] / ccan / sparse_bsearch / _info
index 7d7164f04dff4a22bf9fbae2f94f5365ab4733ca..b0bcb2f075edbf875f05e1a92a3986aa6c2f3ab0 100644 (file)
@@ -26,7 +26,7 @@
  *     static unsigned int values[] = { 1, 7, 11, 1235, 99999 };
  *
  *     // Return true if this value is in set, and remove it.
- *     bool remove_from_values(unsigned int val)
+ *     static bool remove_from_values(unsigned int val)
  *     {
  *             unsigned int *p;
  *             // We use 5 here, but ccan/array_size.h is better!