010.c (135B)
1 void * 2 connects (void *cls, 3 const struct GNUNET_PeerIdentity *peer, 4 struct GNUNET_MQ_Handle *mq) 5 { 6 return mq; 7 } 8