about summary refs log tree commit diff stats
path: root/src/transmit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transmit.h')
-rw-r--r--src/transmit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/transmit.h b/src/transmit.h new file mode 100644 index 0000000..f095586 --- /dev/null +++ b/src/transmit.h
@@ -0,0 +1,6 @@
1#ifndef G4U_TRANSMIT_H
2#define G4U_TRANSMIT_H
3
4int send_packet_with_radiotap(int sock, int device_index, const unsigned char dst_addr[6], const unsigned char* packet, int packet_size);
5
6#endif /* G4U_TRANSMIT_H */