X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fsocktools.h;h=7ec155ed1807a2623e88ac31681d90b6902f0126;hb=c6b17b7094c42ff6bf96e3452f69023c724d15b7;hp=22a542c558c6bbc15d4a2e1f839b9746483f9fc7;hpb=45a8d5a93ac40f100125ef71393490a6af064f2c;p=lyx.git diff --git a/src/support/socktools.h b/src/support/socktools.h index 22a542c558..7ec155ed18 100644 --- a/src/support/socktools.h +++ b/src/support/socktools.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author João Luis M. Assirati + * \author João Luis M. Assirati * * Full author contact details are available in file CREDITS. */ @@ -12,13 +12,14 @@ #ifndef SOCKTOOLS_H #define SOCKTOOLS_H -#include - namespace lyx { namespace support { + +class FileName; + namespace socktools { -int listen(std::string const &, int); +int listen(FileName const &, int); int accept(int); } // namespace socktools