binding to specific address
[oweals/gnunet.git] / src / transport / wlan / helper_common.h
1 /*
2  * helper_common.h
3  *
4  *  Created on: 28.03.2011
5  *      Author: david
6  */
7
8 #ifndef HELPER_COMMON_H_
9 #define HELPER_COMMON_H_
10
11 int
12 send_mac_to_plugin (char *buffer, uint8_t * mac);
13
14
15 #define MAXLINE 4096
16
17 struct sendbuf
18 {
19   unsigned int pos;
20   unsigned int size;
21   char buf[MAXLINE * 2];
22 };
23
24 #endif /* HELPER_COMMON_H_ */