mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Format code
This commit is contained in:
parent
88ca87c654
commit
7ba1f28f6b
9 changed files with 77 additions and 73 deletions
|
|
@ -6,8 +6,11 @@
|
|||
pthread_mutex_t send_mutex;
|
||||
|
||||
int init_socket_runopts(char *_ip, char *_port, int broadcast_socket);
|
||||
|
||||
int send_string(char *msg);
|
||||
|
||||
int send_string_enc(char *msg);
|
||||
|
||||
void close_socket();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue