7 lines
174 B
C
7 lines
174 B
C
#pragma once
|
|
|
|
#include "packet.h"
|
|
#include "session.h"
|
|
|
|
int http_decoder(const struct session *s, int what, struct packet *p, const char *payload, uint32_t len, void **pme);
|