X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresolve.h;h=0afc9adb78257c5a67c640e4665d5cae29f38995;hb=65b029e8334d4dfc9a6161fc04740b03d56a8e2f;hp=cc957ac46f4b2658d9438a601dcdedb3a260ddbc;hpb=f59eded7c3e162bbdfc6db424c9badc730017698;p=libs%2Fnet.git diff --git a/source/resolve.h b/source/resolve.h index cc957ac..0afc9ad 100644 --- a/source/resolve.h +++ b/source/resolve.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspnet -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #ifndef MSP_NET_RESOLVE_H_ #define MSP_NET_RESOLVE_H_ @@ -16,7 +9,7 @@ namespace Net { class SockAddr; -SockAddr *resolve(const std::string &, Family =UNSPEC); +SockAddr *resolve(const std::string &, Family = UNSPEC); } // namespace Net } // namespace Msp