stream: fix function style

pull/4691/head
Victor Julien 5 years ago
parent 157d01e87e
commit fee7b97ec0

@ -96,7 +96,7 @@ void StreamTcpCreateTestPacket(uint8_t *, uint8_t, uint8_t, uint8_t);
void StreamTcpSetSessionNoReassemblyFlag(TcpSession *, char);
void StreamTcpSetSessionBypassFlag(TcpSession *);
void StreamTcpSetDisableRawReassemblyFlag (TcpSession *ssn, char direction);
void StreamTcpSetDisableRawReassemblyFlag(TcpSession *, char);
void StreamTcpSetOSPolicy(TcpStream *, Packet *);

Loading…
Cancel
Save