From 65ca2725d7eecc5467eb4f7fca8fe4ed74f2eee2 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 4 Nov 2010 14:17:28 +0200 Subject: [PATCH] doc: mention netdb and heap --- doc/mainpage.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index a556104..a8664b1 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -37,7 +37,7 @@ * Binary Tree * Crit-Bit Tree * Hash table - * Min/Max heap + * Binary heap * Double-linked list * Memory buffer * Minimal dict @@ -66,6 +66,7 @@ * Process daemonization * Error handling for command-line tools * Various file I/O tools + * Async DNS lookup * Logging framework for daemons * Async Postgres connection framework * Safety wrappers around OS I/O -- 2.39.5