X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fnet%2Ffirmnet.h;h=4cf8b1acbef219e7f1ef8c85dc6ecbcb986d3d3e;hb=afbbc0b1ccd684c4c24bfd43d0f994123245f39f;hp=5108709bd6c807ce1975a428f119ed165581464a;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/net/firmnet.h b/ir/net/firmnet.h index 5108709bd..4cf8b1acb 100644 --- a/ir/net/firmnet.h +++ b/ir/net/firmnet.h @@ -1,5 +1,32 @@ -#ifndef _FIRMNET_H_ -#define _FIRMNET_H_ +/* + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. + */ + +/** + * @file + * @brief Interfaces for TCP/IP handling (Windows and Unix like systems) + * @author Christian Wuerdig, copied from liblpp created by Sebastian Hack + * @date 17.11.2006 + * @version $Id$ + */ + +#ifndef FIRM_NET_FIRMNET_H +#define FIRM_NET_FIRMNET_H #ifdef _WIN32 #include @@ -73,4 +100,4 @@ ssize_t firmnet_send(int fd, const void *buf, size_t n); */ ssize_t firmnet_recv(int fd, void *buf, size_t try, size_t at_least); -#endif /* _FIRMNET_H_ */ +#endif