migrate peerstore to new service MQ API
[oweals/gnunet.git] / src / include / gnunet_util_lib.h
index 43680fcbdb2dbb2d0d0e4dd38381b27e998d6822..52f5d8ab291f14c5c28601a939be5954d4706066 100644 (file)
@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet
-      Copyright (C) 2009 Christian Grothoff (and other contributing authors)
+      Copyright (C) 2009 GNUnet e.V.
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
  */
 
 /**
- * @file include/gnunet_util_lib.h
- * @brief convenience header including all headers of subsystems in
- *        gnunet_util library
  * @author Christian Grothoff
+ *
+ * @file
+ * Convenience header including all headers of subsystems in the gnunet_util library
+ *
+ * @see [Documentation](https://gnunet.org/libgnuneutil)
  */
 
 #ifndef GNUNET_UTIL_LIB_H
@@ -41,11 +43,13 @@ extern "C"
 #include "gnunet_bio_lib.h"
 #include "gnunet_connection_lib.h"
 #include "gnunet_client_lib.h"
-#include "gnunet_client_manager_lib.h"
 #include "gnunet_container_lib.h"
 #include "gnunet_getopt_lib.h"
 #include "gnunet_helper_lib.h"
+#include "gnunet_mst_lib.h"
 #include "gnunet_mq_lib.h"
+#include "gnunet_nc_lib.h"
+#include "gnunet_op_lib.h"
 #include "gnunet_os_lib.h"
 #include "gnunet_peer_lib.h"
 #include "gnunet_plugin_lib.h"