Rename bloom_test_and_insert() to bloom_insert().
[adu.git] / fd.h
diff --git a/fd.h b/fd.h
index 87083c2dcc81292499b417cd7c7366e205ad6295..6ebd9c90cb67f5917b50c923491d8f5a8fe9d1a1 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file fd.h exported symbols from fd.c */
+/** \file fd.h \brief Exported symbols from fd.c */
 
 int adu_opendir(const char *dirname, DIR **dir, int *cwd);
 int adu_fchdir(int fd);