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