]> git.ozlabs.org Git - petitboot/blobdiff - lib/talloc/talloc.c
discover/pxe-parser: Retrieve configs asynchronously
[petitboot] / lib / talloc / talloc.c
index f2335410eac65a812c50103b957daa1a522cdc05..d3e2065d36f3b5e34008fa5d075f587245c58c1a 100644 (file)
@@ -760,7 +760,7 @@ off_t talloc_total_blocks(const void *ptr)
 /*
   return the number of external references to a pointer
 */
-static int talloc_reference_count(const void *ptr)
+int talloc_reference_count(const void *ptr)
 {
        struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr);
        struct talloc_reference_handle *h;