]>
git.saurik.com Git - apt.git/blob - apt-pkg/contrib/srvrec.h
1 // -*- mode: cpp; mode: fold -*-
3 /* ######################################################################
7 ##################################################################### */
12 #include <arpa/nameser.h>
24 bool operator<(SrvRec
const &other
) const {
25 return this->priority
< other
.priority
;
29 bool GetSrvRecords(std::string name
, std::vector
<SrvRec
> &Result
);