even nicer indentation, thanks to LRN's indent patch
[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 getFrequencyFromChannel (int channel);
13 int
14 getChannelFromFrequency (int frequency);
15 int
16 send_mac_to_plugin (char *buffer, uint8_t * mac);
17
18 #endif /* HELPER_COMMON_H_ */