Branch - branch -master
Hash : 94046104 Author : Thomas de Grivel Date : 2020-02-24T15:19:27
Download
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef PW13CC_BROADCAST_H_INCLUDED #define PW13CC_BROADCAST_H_INCLUDED 1 #include "servlist.h" int pw13cc_Bcast_init (); void * pw13cc_Bcast (void *serverlist, void (*callback)(pident,void*), void *param); #endif /* ndef PW13CC_BROADCAST_H_INCLUDED */