First pass on updating docs.
[awesomized/libmemcached] / libmemcached / protocol / common.h
index 0a64df66e9c3ad014c8bb5df94de64cf0cde9bf6..185aef0b5c7f04d69835ac4a007a81c906b60dac 100644 (file)
@@ -93,12 +93,12 @@ enum ascii_cmd {
   VERSION_CMD,
   QUIT_CMD,
   VERBOSITY_CMD,
-  UNKNOWN_CMD,
+  UNKNOWN_CMD
 };
 
 struct memcached_protocol_client_st {
   memcached_protocol_st *root;
-  SOCKET sock;
+  memcached_socket_t sock;
   int error;
 
   /* Linked list of data to send */