Kill a couple of PThread includes
[folly.git] / folly / IPAddressV4.h
index 26a2dba38acdbf0efd1ecc049dd8754f755bd787..6603828a93b8e9bc44c5679946658e2fca7b42ff 100644 (file)
@@ -183,6 +183,8 @@ class IPAddressV4 {
   // @see IPAddress#str
   std::string str() const;
 
+  std::string toInverseArpaName() const;
+
   // return underlying in_addr structure
   in_addr toAddr() const { return addr_.inAddr_; }