Teach AM folding about Syncs. Atm this only affects Div nodes, but is useful for...
[libfirm] / ir / net / firmnet.h
index 5108709..4cf8b1a 100644 (file)
@@ -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 <winsock.h>
@@ -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