This commit is contained in:
PolynomialDivision 2018-03-12 16:07:10 +01:00
parent 03c3a8870b
commit ca45d8bfc7

View file

@ -1,8 +1,6 @@
#ifndef __DAWN_BROADCASTSOCKET_H
#define __DAWN_BROADCASTSOCKET_H
// TODO: Consider to remove this...
int setup_broadcast_socket(const char *_broadcast_ip, unsigned short _broadcast_port, struct sockaddr_in *addr);
#endif