binding to specific address
[oweals/gnunet.git] / src / transport / wlan / loopback_helper.h
1 /*
2  * loopback_helper.h
3  *
4  *  Created on: 28.03.2011
5  *      Author: David Brodski
6  */
7
8 #ifndef LOOPBACK_HELPER_H_
9 #define LOOPBACK_HELPER_H_
10
11 //static void sigfunc(int sig);
12
13 //static void stdin_send(void *cls, void *client, const struct GNUNET_MessageHeader *hdr);
14
15 //static void file_in_send(void *cls, void *client, const struct GNUNET_MessageHeader *hdr);
16
17 int
18 testmode (int argc, char *argv[]);
19
20
21 #define FIFO_FILE1       "/tmp/test-transport/api-wlan-p1/WLAN_FIFO_in"
22 #define FIFO_FILE2       "/tmp/test-transport/api-wlan-p1/WLAN_FIFO_out"
23
24 extern int closeprog;
25
26 #endif /* LOOPBACK_HELPER_H_ */