gnunet_util_lib.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. This file is part of GNUnet
  3. Copyright (C) 2009 Christian Grothoff (and other contributing authors)
  4. GNUnet is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published
  6. by the Free Software Foundation; either version 3, or (at your
  7. option) any later version.
  8. GNUnet is distributed in the hope that it will be useful, but
  9. WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with GNUnet; see the file COPYING. If not, write to the
  14. Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  15. Boston, MA 02110-1301, USA.
  16. */
  17. /**
  18. * @author Christian Grothoff
  19. *
  20. * @file
  21. * Convenience header including all headers of subsystems in the gnunet_util library
  22. */
  23. #ifndef GNUNET_UTIL_LIB_H
  24. #define GNUNET_UTIL_LIB_H
  25. #ifdef __cplusplus
  26. extern "C"
  27. {
  28. #if 0 /* keep Emacsens' auto-indent happy */
  29. }
  30. #endif
  31. #endif
  32. #include "gnunet_crypto_lib.h"
  33. #include "gnunet_bandwidth_lib.h"
  34. #include "gnunet_bio_lib.h"
  35. #include "gnunet_connection_lib.h"
  36. #include "gnunet_client_lib.h"
  37. #include "gnunet_client_manager_lib.h"
  38. #include "gnunet_container_lib.h"
  39. #include "gnunet_getopt_lib.h"
  40. #include "gnunet_helper_lib.h"
  41. #include "gnunet_mq_lib.h"
  42. #include "gnunet_os_lib.h"
  43. #include "gnunet_peer_lib.h"
  44. #include "gnunet_plugin_lib.h"
  45. #include "gnunet_program_lib.h"
  46. #include "gnunet_protocols.h"
  47. #include "gnunet_server_lib.h"
  48. #include "gnunet_service_lib.h"
  49. #include "gnunet_signal_lib.h"
  50. #include "gnunet_strings_lib.h"
  51. #if 0 /* keep Emacsens' auto-indent happy */
  52. {
  53. #endif
  54. #ifdef __cplusplus
  55. }
  56. #endif
  57. #endif