15#include "zeroconf-util.hpp"
16#include "zeroconf-detail.hpp"
19typedef Detail::Log::LogLevel LogLevel;
20typedef Detail::Log::LogCallback LogCallback;
21typedef Detail::mdns_responce mdns_responce;
23inline bool Resolve(
const std::string& serviceName, time_t scanTime,
24 std::vector<mdns_responce>* result) {
25 return Detail::Resolve(serviceName, scanTime, result);
28inline void SetLogCallback(LogCallback callback) {
29 Detail::Log::SetLogCallback(callback);