Neal Horman / Socket

Fork of Socket by mbed official

Revision:
10:c228f2097b40
Parent:
6:cd2e5559786d
--- a/Socket.h	Fri Jul 27 13:58:53 2012 +0000
+++ b/Socket.h	Tue Jul 31 04:01:42 2012 +0000
@@ -37,6 +37,7 @@
     Socket();
     
     int close();
+    int shutdown(int how);
     
 protected:
     int _sock_fd;