2 * Extension for NSFileHandle to make it capable of easy network programming
4 * Version 1.0, get the newest from http://michael.stapelberg.de/NSFileHandleExt.php
6 * Copyright 2007 Michael Stapelberg
8 * Distributed under BSD-License, see http://michael.stapelberg.de/BSD.php
12 #import <Cocoa/Cocoa.h>
13 #include <netinet/in.h>
14 #include <arpa/inet.h>
18 @interface
NSFileHandle(NSFileHandleExt
)