009.c 427 B

123456789
  1. #include <gnunet/gnunet_core_service.h>
  2. struct GNUNET_CORE_Handle *
  3. GNUNET_CORE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
  4. void *cls,
  5. GNUNET_CORE_StartupCallback init,
  6. GNUNET_CORE_ConnectEventHandler connects,
  7. GNUNET_CORE_DisconnectEventHandler disconnects,
  8. const struct GNUNET_MQ_MessageHandler *handlers);