summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/refcnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/refcnt.h')
-rw-r--r--src/include/ipxe/refcnt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/refcnt.h b/src/include/ipxe/refcnt.h
index f359ac9c..37f574dc 100644
--- a/src/include/ipxe/refcnt.h
+++ b/src/include/ipxe/refcnt.h
@@ -77,5 +77,6 @@ ref_init ( struct refcnt *refcnt,
extern struct refcnt * ref_get ( struct refcnt *refcnt );
extern void ref_put ( struct refcnt *refcnt );
+extern void ref_no_free ( struct refcnt *refcnt );
#endif /* _IPXE_REFCNT_H */