aboutsummaryrefslogtreecommitdiff
path: root/src/transport/wlan/helper_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/transport/wlan/helper_common.h
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/transport/wlan/helper_common.h')
-rw-r--r--src/transport/wlan/helper_common.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/transport/wlan/helper_common.h b/src/transport/wlan/helper_common.h
index 550ebda6f..3c33887d1 100644
--- a/src/transport/wlan/helper_common.h
+++ b/src/transport/wlan/helper_common.h
@@ -8,8 +8,11 @@
8#ifndef HELPER_COMMON_H_ 8#ifndef HELPER_COMMON_H_
9#define HELPER_COMMON_H_ 9#define HELPER_COMMON_H_
10 10
11int getFrequencyFromChannel (int channel); 11int
12int getChannelFromFrequency (int frequency); 12getFrequencyFromChannel (int channel);
13int send_mac_to_plugin (char *buffer, uint8_t * mac); 13int
14getChannelFromFrequency (int frequency);
15int
16send_mac_to_plugin (char *buffer, uint8_t * mac);
14 17
15#endif /* HELPER_COMMON_H_ */ 18#endif /* HELPER_COMMON_H_ */