]> git.ipfire.org Git - people/ms/rstp.git/blobdiff - packet.h
RSTP testing - PATCH: source MAC address of BPDU
[people/ms/rstp.git] / packet.h
index c1a7879b81653d4dd121fabdfe649fc93355a271..0ae17b9993a1b58c5e079c83dc7e147cacea6397 100644 (file)
--- a/packet.h
+++ b/packet.h
@@ -28,6 +28,7 @@
 #include "epoll_loop.h"
 
 void packet_send(int ifindex, const unsigned char *data, int len);
+
 int packet_sock_init(void);
 
 #endif