blob: 993b5156f989f13b43f3a6d82992a45918a51494 (
plain)
1
2
3
4
5
6
7
|
#pragma once
#include "../packet/packet.h"
#include "../io/map.h"
#include "binding.h"
void handle_query(const Packet* request, Packet* response, BindingType type, const RecordMap* map);
|