diff options
Diffstat (limited to 'contrib/bind9/lib/bind/include/isc/heap.h')
-rw-r--r-- | contrib/bind9/lib/bind/include/isc/heap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/bind9/lib/bind/include/isc/heap.h b/contrib/bind9/lib/bind/include/isc/heap.h index 691c821..384d507 100644 --- a/contrib/bind9/lib/bind/include/isc/heap.h +++ b/contrib/bind9/lib/bind/include/isc/heap.h @@ -45,3 +45,5 @@ int heap_increased(heap_context, int); int heap_decreased(heap_context, int); void * heap_element(heap_context, int); int heap_for_each(heap_context, heap_for_each_func, void *); + +/*! \file */ |