summary refs log tree commit diff stats
path: root/src/transmit.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-07-13 10:07:59 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-07-13 10:07:59 -0400
commit27e0133d40f7b328482b501a18e22b12a55564ea (patch)
treeccc7f5876fcf11840836d13532aebbd223cff62d /src/transmit.h
parentf66fc94340bdf6a30260a1932e3f2f22d8822304 (diff)
downloadgen4uploader-27e0133d40f7b328482b501a18e22b12a55564ea.tar.gz
gen4uploader-27e0133d40f7b328482b501a18e22b12a55564ea.tar.bz2
gen4uploader-27e0133d40f7b328482b501a18e22b12a55564ea.zip
Associate master
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 */