Files
psopeeps-newserv/src/ProxyCommands.hh
T
2022-09-01 23:35:41 -07:00

19 lines
314 B
C++

#pragma once
#include <stdint.h>
#include <string>
#include "ServerState.hh"
#include "ProxyServer.hh"
void on_proxy_command(
std::shared_ptr<ServerState> s,
ProxyServer::LinkedSession& session,
bool from_server,
uint16_t command,
uint32_t flag,
std::string& data);